package eliom

  1. Overview
  2. No Docs
Advanced client/server Web and mobile framework

Install

dune-project
 Dependency

Authors

Maintainers

Sources

12.1.0.tar.gz
md5=38b33e2f8b8336f7491e69c40588c1f6
sha512=f632636a3d210772304bea38ab886889cf136ede88d7b7afec75e26c54aa07db39a5ff4ae756196bf957d26186a86558485458f2791e4c67aa8f70e27b716a27

Description

Eliom is a framework for implementing Web sites and client/server Web and mobile applications. It uses advanced concepts to simplify the implementation of common behaviors (e.g. scoped sessions, continuation based Web programming ...). It uses advanced static typing features of OCaml to check many properties of the Web application at compile-time (html, page parameters ...). Eliom allows implementing the whole application as a single program that includes both the client and the server code. For example, you can implement event handlers (onclick ...) directly in OCaml, and you can call a server-side OCaml function from the client. Pages are generated either on the server or the client. These client-side features remain compatible with traditional Web programming (links, forms, URLs, bookmarks, sessions ...). It is possible to generate mobile applications for Android and iOS with the exact same code as your Web application. The client-side code is compiled to JS using Ocsigen Js_of_ocaml or to Wasm using Wasm_of_ocaml.

Published: 23 Jun 2026

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. ocsigen-start >= "8.0.0"
  2. ocsigen-toolkit

Conflicts

None