- Install latest version of nodejs
- Get github repository
- npm install in root folder(where the package.json file is situated)
- npm install -g nodemon (https://github.com/remy/nodemon)
- nodemon app.js
- A server will be started and you can access the default page on the following link: http://localhost:3000/index.html.
- The emitter page: http://localhost:3000/emitter.html
- The Receiver page: http://localhost:3000/receiver.html
Thanks CodeNeo for the reference: https://www.youtube.com/watch?v=nG7OhBnfefE