mqttjs / MQTT.js

The MQTT client for Node.js and the browser
Other
8.53k stars 1.41k forks source link

QUIC support #1924

Open mrbluecoat opened 1 month ago

mrbluecoat commented 1 month ago

Any plans to support MQTT over QUIC? https://docs.emqx.com/en/emqx/latest/mqtt-over-quic/getting-started.html#client-sdk-and-tools

robertsLando commented 1 month ago

QUIC support is still experimental in nodejs AFAIK

robertsLando commented 1 month ago

@mrbluecoat Could you give a try to #1925 ?

You have to manually build nodejs from soruce with --experimental-quic flag

mrbluecoat commented 1 month ago

Ah, thanks!