MQTT.js
MQTT.js copied to clipboard
feat: add `quic` support
Ref #1298 Fixes #1924
Depends on QUIC support in node.js:
- https://github.com/nodejs/node/pull/38233
- https://github.com/nodejs/node/pull/47289
- https://github.com/nodejs/node/pull/44325
- https://github.com/nodejs/node/pull/47927
- https://github.com/nodejs/node/pull/48244
- https://github.com/nodejs/node/pull/53256
- https://github.com/nodejs/node/pull/52628
cc @mcollina
nice!!!
@mcollina Do you confirm that the only way to test this is to build nodejs using --experimental-quic flag? Is there any alternative? Also I cannot find any docs about this except a blog post in NearForm site from 2020 (a bit old I think)
I would not add this at this point
I would not add this at this point
Yeah this is a WIP