Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 310 Bytes

These are js_of_ocaml bindings to NodeJS

Right now its very simple but as a general proof of concept you can do:

  1. make
  2. 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.