- Why HTTP 2.0?
- TCP refresher
- SPDY and HTTP 2.0
- New features
- Protocol negotation
- Server push demo
Halvard Skogsrud, hskogsru@thoughtworks.com
Browsers:
Chrome (desktop, iOS, Android), Firefox, Opera, IE 11+ (on Win8+), Amazon Silk
Websites:
Google, Facebook, Twitter, and more.
Application servers/platforms:
Apache (mod_spdy), Nginx, Ruby, Python, NodeJS, Java (Jetty and Netty)
Networking tools:
F5, Wireshark, cURL (in progress)
if (request.url === '/index.html' && response.push) { var stream = response.push('/jquery.js', {'Content-Type': 'text/javascript'}, fs.createReadStream('/jquery.js').pipe(stream); }