Playground repo to test some things with WebRTC (Video chatting)
Installations:
- npm i express ejs socket.io // Communicates with the server
- npm uuid // Creates the dynammic url for each chat room
- npm i --save-dev nodemon // Nodemon runs the server everytime a change is saved (saving time)
- npm run devStart // Runs the server
While running devStart, open another terminal in the same window
- npm i -g peer // Globally installs peerjs library to run the peer server
- peerjs --port 3001 // Connects the users and gives userId that can be later used