#How to run:
- Download or copy the code in your local machine.
- Run command 'npm install' to install required dependencies.
- Run command 'nodemon server'
- In another terminal window run 'peerjs --port 3001' (Ensure that peer/ peerjs is properly installed to run on the port 3001. If you face problem installing it try to resolve it from this link: https://stackoverflow.com/questions/65681893/npm-package-peerjs-installed-but-not-recognized-in-command-line)
- Go to you browser and open 'localhost://3000'
- Follow the steps there to reach meeting page.
- Now to connect a new peer copy the meeting URL from browser adress bar and paste it in another tab.