# About Ocsigen (Eliom, Js\_of\_ocaml, etc.)

**URL:** https://discuss.ocaml.org/t/about-ocsigen-eliom-js-of-ocaml-etc/212
**Category:** Ecosystem
**Tags:** lwt, faq, web, jsoo, ocsigen
**Created:** [May 18, 2017, 10:26am UTC](https://discuss.ocaml.org/t/about-ocsigen-eliom-js-of-ocaml-etc/212 "2017-05-18T10:26:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Vincent\_Balat](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ocaml.org/vincent_balat/32/2191_2.png) [@Vincent\_Balat](https://discuss.ocaml.org/u/Vincent_Balat)
#### Post date: [May 18, 2017, 10:26am UTC](https://discuss.ocaml.org/t/about-ocsigen-eliom-js-of-ocaml-etc/212/1 "2017-05-18T10:26:54Z")

</div>

Ocsigen is a complete framework for Web and mobile developement in OCaml.

Use tag [ocsigen](https://discuss.ocaml.org/tags/ocsigen) for all Ocsigen-related discussions on this site.

Ocsigen consists of several mostly independant projects:

- [Js\_of\_ocaml](http://ocsigen.org/js_of_ocaml): a compiler from OCaml to Javascript
- [Eliom](http://ocsigen.org/eliom): the most advanced **multi-tier framework** , for developing multi-platform **Web and mobile apps**
- [Tyxml](http://ocsigen.org/tyxml): a library for building **statically correct HTML5 and SVG** documents
- [Lwt](http://ocsigen.org/lwt): a cooperative threading library for client or server concurrent computing
- [Server](http://ocsigen.org/ocsigenserver): a full featured extensible Web server
- [Toolkit](http://ocsigen.org/ocsigen-toolkit): a widget library for client or client-server apps
- [Start](http://ocsigen.org/ocsigen-start): an application template written with Eliom, Js\_of\_ocaml, Ocsigen Toolkit, etc. It contains many standard features like user management, notifications, and many code examples.

Eliom transforms OCaml or Reason into a **multi-tier language** :  
It makes it possible to write modern distributed applications fully in OCaml, for both the server and client parts, which simplifies a lot the communication between server and client. Applications are written as single programs that can run on any **Web browser** or **mobile device (iOS, Android)**, saving from the need to develop one version for each platform.

Eliom has support for **reactive pages** (generated on server or client), **advanced session mechanism** , **server to client communication** , **continuation based Web programming** , etc.

The Ocsigen project started in 2004 as a research project of CNRS, university Paris Diderot, and received funding from the ANR and Inria, and is hosted by IRILL (Initiative de Recherche et Innovation sur le Logiciel Libre, Inria, univ. Pierre et Marie Curie, univ. Paris Diderot). It is now developed mainly by IRIF (Institut de Recherche en Informatique Fondamentale - CNRS, univ. Paris Diderot), and Be Sport, which is developing its Web and mobile apps with Ocsigen,  
and many external contributors (from Jane Street Capital, etc.)

- [Ocsigen](http://ocsigen.org)
- [The project on Github](https://github.com/ocsigen)
- [Tutorial](http://ocsigen.org/tuto/manual/)
- [Be Sport](https://besport.com/news), for [Android](https://play.google.com/store/apps/details?id=com.besport.www.mobile&hl=en), for [iOS](https://itunes.apple.com/us/app/besport/id1104216922?mt=8)
- [Ocsigen Start](https://ocsigen.org/ocsigen-start), and the demo app: [Web version](https://ocsigen.org/ocsigen-start/demo), [Android version](https://play.google.com/store/apps/details?id=com.osdemo.mobile&hl=en)

---

<div class="post-metadata">

### Author: ![avsm](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ocaml.org/avsm/32/6_2.png) [@avsm](https://discuss.ocaml.org/u/avsm)
#### Post date: [May 21, 2017, 4:59pm UTC](https://discuss.ocaml.org/t/about-ocsigen-eliom-js-of-ocaml-etc/212/2 "2017-05-21T16:59:17Z")

</div>



---

<div class="post-metadata">

### Author: ![avsm](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ocaml.org/avsm/32/6_2.png) [@avsm](https://discuss.ocaml.org/u/avsm)
#### Post date: [January 2, 2018, 8:02pm UTC](https://discuss.ocaml.org/t/about-ocsigen-eliom-js-of-ocaml-etc/212/3 "2018-01-02T20:02:53Z")

</div>

> [@Vincent\_Balat](#):
>
> Ocsigen is a complete framework for Web and mobile developement in OCaml.

the Ocsigen category has been [replaced by a tag](https://discuss.ocaml.org/t/rearranging-project-categories-into-sub-categories/1319/6) instead and this post is linked to from the [central FAQ](https://discuss.ocaml.org/t/wip-frequently-asked-questions/1247).

Would you like to edit the original post here to direct users to the [`ocsigen` tag](https://discuss.ocaml.org/tags/ocsigen)? Alternatively, we can also turn this topic into a wiki page that makes it editable by other users to make it easier to maintain the list of resources above.
