Provided by: libeliom-ocaml-doc_3.0.3-4build2_all
NAME
Eliom_react - Propagate events occurrences from the server to the client and the other way around.
Module
Module Eliom_react
Documentation
Module Eliom_react : sig end Propagate events occurrences from the server to the client and the other way around. Occurrence propagation is done asynchronously. The use of this module is pretty much useless without it's client counter part. module Down : sig end Event from server to client. module Up : sig end Event from client to server. module S : sig end