-
Notifications
You must be signed in to change notification settings - Fork 89
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
Quic support #28
Comments
It's 100% on the roadmap, but not until post 1.0. Per the roadmap on the README I've got a few things to handle before then (finishing up WebSocket support, improving telemetry, tightening up documentation). QUIC is actually going to be a big (fun!) workup, as it is UDP based and will therefore require a buildup all the way from the datagram layer. I'm really looking forward to it! |
Awesome. Thanks! |
Reference: ninenines/cowboy#1544 (comment) |
I would like to know if the Quic protocol support is in your roadmap
References:
https://pt.wikipedia.org/wiki/QUIC
https://github.com/emqx/quic
The text was updated successfully, but these errors were encountered: