1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Awesome js_of_ocaml
===================
Collection of codes and resources for js_of_ocaml.
## Alternative stdlibs for jsoo
- [Brr](https://github.com/dbuenzli/brr), see [Supported browser APIs](https://erratique.ch/software/brr/doc/#supported_apis)
- [Gen_js_api](https://github.com/LexiFi/gen_js_api)
## Bindings
- [Promise](https://github.com/mnxn/promise_jsoo)
- [React](https://github.com/ml-in-barcelona/jsoo-react)
- [WebRTC](https://github.com/monstasat/janus-ocaml/blob/master/lib/jsoo/webrtc.ml)
- [IndexDB](https://github.com/talex5/irmin-indexeddb/blob/master/lib/js_api.ml)
## Other
- [ppx_jsobject_conv](https://github.com/little-arhat/ppx_jsobject_conv)
- [secp256k1](https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal), binding to the c library compiled to wasm.
- [ctypes_stubs_js](https://gitlab.com/nomadic-labs/ctypes_stubs_js)
|