ocsigen / eliom

Multi-tier framework for programming web and mobile applications in OCaml.
http://eliom.org
Other
298 stars 52 forks source link

Caching global data #501

Open vouillon opened 7 years ago

vouillon commented 7 years ago

We may want to have an option to marshal global data only once for all our clients, rather than doing the same work for each initial page. If they are served from a distinct url, then we could take advantage of caching by proxies and browsers as well.

vasilisp commented 7 years ago

It shouldn't be too complicated, given that we already use a separate URL for client apps. Pointers: