.TH "Eliom_react" 3o 2012-06-11 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\&. It is to be noted that occurrence propagation is done asynchronously\&. .sp The use of this module is pretty much useless without it\&'s client counter part\&. .sp .sp .sp .sp .I module Down : .B sig end .sp A "Down event" (AKA down\-going event) is an event which occurrences are transmitted asynchronously to the client\&. While named events, it might be better to consider them as asynchronous server\-to\-client edges in the event dependency graph\&. .sp The return type of the .B wrap ing function gives insight about how Down events are handled internally, it is however taken care of automatically\&. .sp .sp .I module Up : .B sig end .sp Up events are quite different from Down events\&. Because of the asymmetrical nature of web programming and because of the reactive model used, an Up event must be created on the server and wrapped into a callback (or something the client can build a callback with)\&. .sp .sp .I module S : .B sig end .sp .sp