-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
add support for the QUIC protocol #22657
Comments
This comment was originally written by @Emasoft I agree. Dart should integrate the QUIC protocol in in the default framework. |
Added Area-Library, Library-IO, Triaged labels. |
There are currently no plans of implementing QUIC as part of dart:io. It should be possible to implement this as a package using UDP support in dart:io. If the UDP support is not sufficient for this then that is an issue we can try to address. Added NotPlanned label. |
This comment was originally written by @kgersen let's say someone implement the QUIC protocol in a package using UDP support dart:io. Then , how can we use that protocol with the HTTPServer class for instance (or HTTPClient). Wouldn't we have to rewrite new HTTP classes above QUIC ? It's very related to how the Dart team will implement HTTP/2 in issue #321504. If they do that by creating a way to 'plug' new protocols underneath the core HTTP classes then the community could contribute in the future to implement QUIC or other protocols. |
Does it means that development of HTTP/3 for Dart language is over? |
Any updates on quic? |
We have started a pure dart dtls implementation on this repo: https://github.com/Kellykinyama12/dart-pure-dtls |
This issue was originally filed by @kgersen
http://www.chromium.org/quic
Would be nice to have that in DartVM.
The text was updated successfully, but these errors were encountered: