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
- Host: GitHub
- URL: https://github.com/jdan/ocaml-micro
- Owner: jdan
- Created: 2017-08-04T20:47:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T15:00:00.000Z (over 8 years ago)
- Last Synced: 2025-01-01T02:41:33.077Z (over 1 year ago)
- Language: OCaml
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```