Support for QUIC protocol on official release #46921
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.
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
The text was updated successfully, but these errors were encountered: