WebRTC on browser with simple signalling
- run
node backend.js
in ./, it is web front end server and web socket server for signalling - open two browsers with the same URL, http://localhost:8000/.
- press Start video button in both browsers
- press Connect button in one browser
- SDP and ICE candidates were exchanged via web socket and web rtc started!!