HTTP/2 (H2) is coming, and along with it a whole new way of communicating over the web. Connection re-use, prioritization, multiplexing, and server push are just some of the features in H2.
In this talk we'll look at how to handle HTTP/2 Server Push programmatically, and how it can affect your application architecture.