inre/rust-mq

Proxy?

stephanbuys opened this issue · 3 comments

Hi, I'm a n00b at MQTT - does it support http_proxy to allow events to be sent out from inside enterprises?

inre commented

Hello,
The MQTT client is working over TCP. it doesn't support WebSockets (through HTTP) in the current version.

Is it in the spec, is it something we could possibly add or sponsor to add? I'm looking for a reliable (secure) way to transport events from all sorts of environments.

inre commented

Why do you need rust implementation? A lot of languages have the MQTT clients over WebSockets and so on. I have a plan to implement MQTT over WebSockets in future.