Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 2 months 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
```