Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 519 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 519 Bytes

Haroonga-httpd

Build Status

Yet another Groonga HTTP server written in Haskell.

Usage

How to Use:

$ cabal install --only-dependencies
$ cabal build
$ ./dist/build/haroonga-httpd/haroonga-httpd [--port 3000] --dbpath target_database
$ curl http://127.0.0.1[:3000]/d/<groonga command>

Installation

$ cabal install haroonga-httpd

LICENSE

LGPL-2.1.