This project is a simple WebRTC app to stablish a video communication between two peers.
Just run the below command:
npm install
First, run the signalling server as below:
npm run start
Then open the client twice and the communication brower to browser (P2P) will start.