joglomedia / LEMPer

LEMPer Stack is terminal-based LEMP / LNMP ( Linux, Nginx, MariaDB, PostgreSQL, MongoDB, Redis, Memcache, PHP, Secure FTP ) auto installer and virtual host manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).
https://lemper.cloud/
GNU General Public License v3.0
208 stars 56 forks source link

[NFR] Implements HTTP3/QUIC (Experimental) #125

Open joglomedia opened 2 years ago

joglomedia commented 2 years ago

Describe the Issue / Bug

HTTP/3 builds on User Datagram Protocol (UDP), and is already being used by prominent internet companies such as Google and Facebook. If you’re using Chrome and connecting to a Google service, you’re probably already using QUIC.

In 2019, CloudFlare has announced the availability on their edge network of HTTP/3 and the implementation of HTTP/3 and QUIC as a patch to NGINX, that can be applied and built directly with the upstream NGINX codebase. This CloudFlare HTTP/3 QUIC patch named Quiche.

Source https://blog.cloudflare.com/experiment-with-http-3-using-nginx-and-quiche/ https://github.com/cloudflare/quiche/tree/master/nginx

joglomedia commented 2 years ago

Official Nginx QUIC implementation

https://www.nginx.com/blog/our-roadmap-quic-http-3-support-nginx/

joglomedia commented 1 year ago

Nginx Quic+HTTP/3 Official Page https://quic.nginx.org/

Latest Nginx-Quic binary release (preview) https://www.nginx.com/blog/binary-packages-for-preview-nginx-quic-http3-implementation/