This demonstrates how to build a WebRTC meeting application using PeerJS, Angular and Node with Express. Users can communicate with each others (via voice and video) by simply joining the same room id by copy-pasting the URL generated by the app.
The server address is localhost:3000
.
npm i peerjs -g
cd server
npm i
cd ../front
npm i
cd server
npm run nodemon
peerjs --port 3001
cd front
npm run build-watch