Demos for JSChannel Meetup
- Clone this git: https://github.com/SanthoshMR/WebRTC.git
- Open Command Prompt and navigate to the repository folder.
- cd into Demos folder.
- Install NodeJS from here: http://nodejs.org/, if not done already.
- Run "npm install". This should install all the dependencies.
- Run "node server.js". This runs the server on port: 2014.
- Open your browser (preferably Chrome. Even Firefox will do).
- Navigate to http://localhost:2014/ and click around.
- If you are able to navigate around to different, you should be set.
- As an additional step, install nodemon using "npm install nodemon -g". This helps monitor the changes to your node application and restarts the server. Saves a lot of time!.