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