Skip to content

Details

Join David Pollak, Lift’s founder, as he walks through Lift’s design decision and then see those same design decisions applied to a Clojure/ClojureScript/AngularJS side project that David has been working on.

As single page web applications and dynamic updating applications become the way that web applications are delivered, pushing data from the server to the client when there’s state change server-side keeps the applications “alive” and doing server-push via REST is a challenge. Doing server-push via web sockets has limitations related to how many open connections to a given host are allowed by the client.

The Lift web framework has excellent support for server-push technology that abstracts the delivery mechanism from the delivery itself so that the browser and server can deal with lost connections, connection starvation, etc. without involving the application developer.

Schedule:

6:30-7:00 - networking 7:00-7:10 - announcements etc 7:10-~8:40 - David talk 8:40-9:00 - networking

Related topics

You may also like