Can a web browser use MQTT?
问题 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 implement a browser client app (without additional plugins) that talks MQTT? 回答1: Yes, as mentioned in Steve-o's comment MQTT via websockets is very possible. There are 2 options at the moment IBM's MQ 7.5 comes with websockets support, you can find details here. The Mosquitto broker has a javascript client with an example running