Yesterday I released three related projects which I've been working on for a long time:
- ocamljs, a Javascript backend for ocamlc, along with some libraries for web programming
- orpc, a tool for generating RPC stubs from OCaml signatures, either ONC RPC for use with Ocamlnet's RPC implementation, or RPC over HTTP for use with ocamljs
- froc, a library for functional reactive programming that works with ocamljs