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)
- Host: GitHub
- URL: https://github.com/lwmqn/demo
- Owner: lwmqn
- License: mit
- Created: 2016-08-14T11:59:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T19:32:21.000Z (over 6 years ago)
- Last Synced: 2025-04-02T06:35:50.795Z (about 1 year ago)
- Topics: demo, lwmqn-demo, machine-network, webapp
- Language: JavaScript
- Homepage: http://lwmqn.github.io/
- Size: 219 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.