Can a web browser use MQTT?

后端 未结 8 1543
名媛妹妹
名媛妹妹 2020-12-13 00:18

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

8条回答
  •  一向
    一向 (楼主)
    2020-12-13 01:06

    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.

提交回复
热议问题