An open API service indexing awesome lists of open source software.

https://github.com/jdan/ocaml-micro

An experiment in running zeit/micro using ocaml + bucklescript
https://github.com/jdan/ocaml-micro

Last synced: 9 months ago
JSON representation

An experiment in running zeit/micro using ocaml + bucklescript

Awesome Lists containing this project

README

          

## ocaml-micro

Lightning quick experiment to run [micro](https://github.com/zeit/micro) from OCaml using [BuckleScript](https://github.com/BuckleScript/bucklescript).

Read the blog post: https://medium.com/dailyjs/how-to-build-disruptive-ocaml-microservices-with-bucklescript-8c2f774f67cd

### Running

```sh
git clone https://github.com/jdan/ocaml-micro.git
yarn # or npm install
npm run watch # watch .ml files and rebuild
npm run dev # run the web server with nodemon
```