Notes on HTTP/2

HTTP/2 a major revision of the Web’s protocol. The focus of the protocol is on performance; specifically, end-user perceived latency, network and server resource usage. One major goal is to allow the use of a single connection from browsers to a Web site.

Compiling nginx with LibreSSL for HTTP/2 support

Get nginx with HTTP/2 protocol support up and running today. You’re not afraid of compiling a bit of source-code on your own, are you?