This is server API (go to client)

Server API


Eliom_pervasives

Pervasives module for Eliom extending stdlib, should always be opened.

Eliom_pervasives.​XHTML.​M

Type safe XHTML creation.

Eliom_pervasives.​HTML5.​M

Type safe HTML5 creation.


Services creation and manipulation


Eliom_output

Predefined modules for generating forms and registering handlers, for several types of pages: Applications, HTML pages typed with polymorphic variants, untyped (text) pages, actions, redirections, files ...

Eliom_parameters

Values used to declare the type of service parameters.

Eliom_references

Server side state data: Eliom references

Eliom_services

Types, creation and manipulation of Eliom services.


Client/server communication


Eliom_bus

Broadcasting facilities between clients and server

Eliom_comet

Primitives to push data to the client, without explicit request.

Eliom_react

Propagate events occurrences from the server to the client and the other way around.


Extensions


Eliom_atom

Register an atom feed

Eliom_openid

OpenID identification


Index