Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 327 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 327 Bytes

Oww

Oww is a web service written in OCaml.

とりあえず Opium 0.17 の例をクリーンアーキテクチャぽい階層にした。

Build and Run

$ dune external-lib-deps --missing
$ dune exe oww &
$ curl http://localhost:3000/person/john_doe/42
{"name":"john_doe","age":42}

LICENSE

MIT