.TH "Eliom_react" 3o 2014-07-10 OCamldoc "" .SH NAME Eliom_react \- Propagate events occurrences from the server to the client and the other way around. .SH Module Module Eliom_react .SH Documentation .sp Module .BI "Eliom_react" : .B sig end .sp Propagate events occurrences from the server to the client and the other way around\&. Occurrence propagation is done asynchronously\&. .sp .sp .sp .sp .PP .B === Please read the .B {% <> %} of Eliom\&'s manual .B before this page to learn how client and server parts communicate\&. .B .B The use of this module is pretty much useless without it\&'s client counter .B part\&. === .PP .I module Down : .B sig end .sp Event from server to client\&. .sp .sp .I module Up : .B sig end .sp Event from client to server\&. .sp .sp .I module S : .B sig end .sp .sp