A basic use of WebRTC to create a P2P connection between two clients on two different machines
A basic use of WebRTC to create a P2P connection between two clients on two different machines (or browsers).
Install the dependency:npm install
Start the Node server:npm start
Open the client in two different browsers or tabs:open client/index.html
Open your console to follow along and: