Total Pageviews

Wednesday, 4 June 2014

Eliom is a framework for programming web sites

Eliom is an extension for the Web server Ocsigen that allows dynamic webpages generation. It uses very new concepts making programming very different from all other Web programming tools. It allows to write a complex Web site in very few lines of code.
- Integrated client and server side programming with automatic bidirectional communication
- Dynamic creation of services
- Static checking of XHTML (using OCaml or OCamlDuce)
- Automatic management of sessions
- Concise and modular programming

Eliom is a framework for programming web sites and client/server web applications. It uses very new concepts making programming very different from all other web programming tools, and allowing to write a complex web site in very few lines of code. Both server and client parts of the program are written in OCaml, as a single program. 

from http://ocsigen.org/eliom/
http://ocsigen.org/eliom/install
http://github.com/ocsigen/eliom/