We are looking at using MQTT as the messaging protocol on a new device we\'re building. We\'d also like a web interface for the device. Does anyone know if you can impleme
We've had good experience using WSS, the WebSocket to TCP Gateway (for MQTT). It means running a separate process, but that does avoid having to change Apache's configuration. WSS also has support for TLS.