package eliom
Install
Dune Dependency
Authors
Maintainers
Sources
md5=a3cedcf506cada1b4ddc8f16dfc59560
sha512=5596e8a4aaae823f05fb593f4c0f971589f1cf6c1d38aeafc7108d9ba31b2d93ac82f45a399f7e8dad6565d6f7c178b98385c444bd97c8b4dfe26b2d98464257
Description
Eliom is a framework for implementing client/server Web applications. It introduces new concepts to simplify the implementation of common behaviors, and uses advanced static typing features of OCaml to check many properties of the Web application at compile-time. Eliom allows implementing the whole application as a single program that includes both the client and the server code. We use a syntax extension to distinguish between the two sides. The client-side code is compiled to JS using Ocsigen Js_of_ocaml.
Published: 02 Nov 2021
README
Eliom
Eliom is a framework for building client/server Web and mobile applications in OCaml. It transforms OCaml into a multi-tier language, making it possible to implement both the server and client parts of a Web and mobile app as a single program. This simplifies a lot the communication between server and client. Applications 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.
Eliom is part of the Ocsigen project.
Installation Instructions
We recommend that you use the OPAM package manager to install Eliom. Once you have installed OPAM, all you have to do is type:
opam install eliom
If you want to compile manually,
run
make
to compile;run
make PREFIX=${YOURPREFIX} install
(as root if necessary) to install; andrun
make PREFIX=${YOURPREFIX} uninstall
to uninstall everything.
Testing locally
Install Eliom.
DEPRECATED Run
make run.local
ormake run.opt.local
in the Eliom source directory.DEPRECATED Open http://localhost:8080/miniwiki in your browser.
DEPRECATED If the above does not work, look at the logs (see
local/var/log/
in the Eliom source directory) or run Eliom with either of the options-v
,-V
(verbose and debug mode, respectively).DEPRECATED Sources for this example may be found in the directory
tests/miniwiki
. A complete tutorial is available online. For a testsuite, see http://localhost:8080/.
Authors
Vincent Balat
Jérôme Vouillon
Grégoire Henry
Pierre Chambart
Benedikt Becker
Boris Yakobowski
Hugo Heuzard
Raphaël Proust
Stéphane Glondu
Gabriel Kerneis
Denis Berthod
Jaap Boender
Simon Castellan
Mauricio Fernandez
Archibald Pontier
Simon Castellan
Jacques-Pascal Deplaix
Dependencies (20)
- base-bytes
- sqlite3
- dbm
-
reactiveData
>= "0.2.1"
-
ipaddr
>= "2.1"
-
ocsigenserver
>= "4.0.1" & < "5.0.0"
-
tyxml
>= "4.4.0" & < "4.6.0"
-
lwt_ppx
>= "1.2.3"
- lwt_log
-
js_of_ocaml-tyxml
>= "3.6.0"
-
js_of_ocaml-ppx_deriving_json
>= "3.6.0"
-
js_of_ocaml-ppx
>= "3.6.0"
-
js_of_ocaml-ocamlbuild
build
-
js_of_ocaml-lwt
>= "3.6.0"
-
js_of_ocaml
>= "3.6.0"
-
js_of_ocaml-compiler
>= "3.6.0"
-
ppxlib
>= "0.15.0"
- ppx_deriving
- ocamlfind
-
ocaml
>= "4.08.0" & < "5.1"
Dev Dependencies
None
Used by (2)
-
ocsigen-start
>= "4.1.0" & < "4.5.0"
-
ocsigen-toolkit
>= "1.1.0" & < "3.3.1"
Conflicts
None