Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janestreet/bonsai
A library for building dynamic webapps, using Js_of_ocaml
https://github.com/janestreet/bonsai
Last synced: 4 days ago
JSON representation
A library for building dynamic webapps, using Js_of_ocaml
- Host: GitHub
- URL: https://github.com/janestreet/bonsai
- Owner: janestreet
- License: mit
- Created: 2019-11-18T11:14:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T22:02:53.000Z (8 days ago)
- Last Synced: 2024-11-08T23:17:44.919Z (8 days ago)
- Language: OCaml
- Size: 5.17 MB
- Stars: 363
- Watchers: 19
- Forks: 39
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-list - bonsai
README
# Bonsai
[Bonsai](https://github.com/janestreet/bonsai) is a library for building incremental, composable state machines.
[Bonsai_web](https://github.com/janestreet/bonsai_web) is a library for building
interactive browser-based UI using `bonsai`.[Bonsai_examples](https://github.com/janestreet/bonsai_examples) contains example websites built using `bonsai_web`.
[Bonsai_web_components](https://github.com/janestreet/bonsai_web_components) contains a collection of component libraries
for building web applications using `bonsai_web`.[Bonsai_test](https://github.com/janestreet/bonsai_test) contains a library for testing bonsai state machines.
[Bonsai_web_test](https://github.com/janestreet/bonsai_web_test) contains a library for testing bonsai web applications.
[Bonsai_bench](https://github.com/janestreet/bonsai_bench) contains a library for benchmarking bonsai applications.
Documentation can be found in [Bonsai web's docs](https://github.com/janestreet/bonsai_web)
directory, and API documentation can be found in [src/proc_intf.ml](https://github.com/janestreet/bonsai_web/tree/master/docs).