Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
joglomedia opened this issue Jan 11, 2022 · 2 comments
Open

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

joglomedia opened this issue Jan 11, 2022 · 2 comments
Assignees
Labels
new feature request New feature request / suggestion

Comments

@joglomedia
Copy link
Owner

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 joglomedia added the new feature request New feature request / suggestion label Jan 11, 2022
@joglomedia joglomedia self-assigned this Jan 11, 2022
@joglomedia joglomedia changed the title Implements HTTP3/QUIC (Experimental) Implements HTTP3/QUIC by Using CloudFlare Quiche Patch (Experimental) Jan 11, 2022
@joglomedia
Copy link
Owner Author

Official Nginx QUIC implementation

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

@joglomedia joglomedia changed the title Implements HTTP3/QUIC by Using CloudFlare Quiche Patch (Experimental) Implements HTTP3/QUIC (Experimental) Feb 27, 2022
@joglomedia
Copy link
Owner Author

joglomedia commented Feb 26, 2023

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/

@joglomedia joglomedia changed the title Implements HTTP3/QUIC (Experimental) [NFR] Implements HTTP3/QUIC (Experimental) Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature request New feature request / suggestion
Projects
None yet
Development

No branches or pull requests

1 participant