/demo

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

Primary LanguageJavaScriptMIT LicenseMIT

lwmqn-demo

A simple webapp built with @lwmqn/shepherd and @lwmqn/qnode to mimic a smart home application (1 minute demo video).


To run the demo

Install

$ git clone https://github.com/lwmqn/demo
$ cd demo
$ npm install
  • Run the WebApp
$ 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.