Hacker News new | ask | show | jobs
by k__ 3060 days ago
I once read about a project that was basically Node.js as Reason module. They used the OCaml std lib and wrapped it with a a very Node.js like interface, so you could write native stuff with your Node.js skills.
1 comments

I think you’re talking about this https://kennetpostigo.github.io/lwt-node/
Yes, exactly :)