|
|
|
|
|
by vegabook
4213 days ago
|
|
js_of_ocaml let's you do ocaml in both client and server, and in a single app, with shared variables. http://ocsigen.org/js_of_ocaml/
As it operates on the byte code you can put any ocaml into the browser, even the compiler itself. |
|