MQTT Over WebSockets Explained: Browsers, Ports, TLS
MQTT runs on top of TCP. That works well almost everywhere it is deployed: on embedded devices, gateways, servers, and desktop tools. There is one environment, though, where it does not work directly: the browser. A web page cannot open a raw TCP connection, which means a JavaScript MQTT client cannot connect to a broker over plain MQTT… Read More: MQTT Over WebSockets Explained: Browsers, Ports, TLS »
