/funweb

Simple web development using js_of_ocaml.

Primary LanguageOCamlMIT LicenseMIT

Funweb

Funweb is a library which provides simple web development tools for OCaml. It is based on js_of_ocaml.

See the blog post: http://romain.bardou.fr/blog/Funweb.html

Compile

Just run:

make

You can also compile the documentation:

make doc

It is then available in:

_build/funweb.docdir/index.html

Examples

Running make also compiles the examples. Run them by opening the .html files in the examples folder.

License

Funweb is released under the MIT license. See the LICENSE file.