This project is a sandbox to meetings implementation using P2P and WebRTC. Using this technologies: nest.js, next.js, peer.js.
Next step comunication with another streams clients.
- Run a server P2P with peer-server
docker run -p 9000:9000 -d peerjs/peerjs-server
- Inside a server folder
npm i
npm run start
- To run a front and see in action (run inside public folder)
npm run dev