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

Support for QUIC protocol on official release #46921

Closed
ysfscream opened this issue Mar 3, 2023 · 2 comments
Closed

Support for QUIC protocol on official release #46921

ysfscream opened this issue Mar 3, 2023 · 2 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. feature request Issues that request new features to be added to Node.js.

Comments

@ysfscream
Copy link

What is the problem this feature will solve?

QUIC (Quick UDP Internet Connection) is a relatively new network protocol that offers significant improvements in terms of speed, reliability, and security over TCP. Currently, Node.js only supports TCP and UDP protocols, which means it cannot take advantage of the benefits of QUIC.

What is the feature you are proposing to solve the problem?

I propose that Node.js adds support for the QUIC protocol, which will enable developers to build faster, more secure, and more reliable applications. Adding support for QUIC would also allow Node.js to remain competitive in a rapidly evolving networking landscape.

What alternatives have you considered?

No response

@ysfscream ysfscream added the feature request Issues that request new features to be added to Node.js. label Mar 3, 2023
@mscdex
Copy link
Contributor

mscdex commented Mar 3, 2023

#44325

@bnoordhuis
Copy link
Member

I don't think we need an another issue for this so I'll go ahead and close it.

@bnoordhuis bnoordhuis closed this as not planned Won't fix, can't repro, duplicate, stale Mar 4, 2023
@bnoordhuis bnoordhuis added the duplicate Issues and PRs that are duplicates of other issues or PRs. label Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. feature request Issues that request new features to be added to Node.js.
Projects
None yet
Development

No branches or pull requests

3 participants