These are js_of_ocaml
bindings to NodeJS
Right now its very simple but as a general proof of concept you can do:
make
node server.js
and open up localhost:8080, you'll have a working Node
server.
Node
has a pretty big API so its going to take me a little bit of
time to cover the API.