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

https://github.com/lwmqn/demo

A simple smart home webappp demo built with Lightweight Message Queuing Network (LwMQN)
https://github.com/lwmqn/demo

demo lwmqn-demo machine-network webapp

Last synced: about 1 year ago
JSON representation

A simple smart home webappp demo built with Lightweight Message Queuing Network (LwMQN)

Awesome Lists containing this project

README

          

lwmqn-demo
============

A simple webapp built with [@lwmqn/shepherd](https://github.com/lwmqn/shepherd) and [@lwmqn/qnode](https://github.com/lwmqn/qnode) to mimic a smart home application ([1 minute demo video](https://www.youtube.com/watch?v=AF_zcmEePHc)).

--------

## To run the demo

### Install
```sh
$ git clone https://github.com/lwmqn/demo
$ cd demo
$ npm install
```

* Run the WebApp
```shell
$ npm start
```

* Open up http://localhost:3000/ with your browser
* In the app, click **PERMIT JOIN** to run the demo, and you will see serveral devices joining the network one after another and doing something fun.