-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: add quic
support
#1298
feat: add quic
support
#1298
Conversation
Added support for QUIC protocol through the core QUIC module of NodeJS (v15 - pre) |
Thanks for this PR @agilan2001. There is no testing provided.... or samples... |
@agilan2001 also please advise how you want to go about supporting this. Since it is an experimental feature in v15, we cannot just say "we support this feature". Is there a way to mark a feature as experimental in the API? |
@agilan2001 Hi, I am so happy and excited to see your PR! Because the EMQX already supports MQTT over QUIC, see: https://www.emqx.com/en/blog/getting-started-with-mqtt-over-quic-from-scratch |
@ysfscream QUIC support was present in NodeJS only in v15.x. Compiled NodeJS binaries with QUIC support could be found here: [QUIC Support in the core package could be tracked in the open PR : https://github.com/nodejs/node/pull/44325] |
@agilan2001 Thanks very much. Hope to support it quickly and well. |
@agilan2001 Can you add a test for this? |
If you wish to continue with this PR please remember to change destination branch from |
Added support for QUIC protocol through the core QUIC module of NodeJS (v15 - pre)
NodeJS QUIC Documentation