-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed as not planned
Labels
duplicateIssues and PRs that are duplicates of other issues or PRs.Issues and PRs that are duplicates of other issues or PRs.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
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
Metadata
Metadata
Assignees
Labels
duplicateIssues and PRs that are duplicates of other issues or PRs.Issues and PRs that are duplicates of other issues or PRs.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.