An open API service indexing awesome lists of open source software.

https://github.com/mgdm/react-mqtt

Playing about with React.js and MQTT via Websockets
https://github.com/mgdm/react-mqtt

Last synced: 18 days ago
JSON representation

Playing about with React.js and MQTT via Websockets

Awesome Lists containing this project

README

        

# React-MQTT

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

## Building for development

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

## Packaging

```bash
npm run build
```