Skip to content

Instantly share code, notes, and snippets.

@vietj
Last active February 13, 2017 16:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vietj/74bfd7f28dd6cdc74872c3f0cd9b80cd to your computer and use it in GitHub Desktop.
Save vietj/74bfd7f28dd6cdc74872c3f0cd9b80cd to your computer and use it in GitHub Desktop.

The HTTP/2 protocol is the latest evolution of the HTTP protocol addressing the issue of HTTP/TCP impedance mismatch. Web applications have been working around this problem for years employing techniques like concatenation or css spriting to reduce page load time and improve user experience. HTTP/2 is also a game changer on the server enabling increased concurrency. This talk will focus on the impact HTTP/2 will have on the server and examine how particularly well adapted the Vert.x concurrency model is to serve HTTP/2 applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment