React-MQTT icon indicating copy to clipboard operation
React-MQTT copied to clipboard

Playing about with React.js and MQTT via Websockets

React-MQTT

An experiment with React.js and MQTT. Requires a Mosquitto broker compiled with WebSockets support.

Building for development

npm install
npm run watch # Will watch main.js for changes

Packaging

npm run build