WebRTC Signaling Lab
1 min readJun 27, 2020
I have an idea for a small project which requires the usage of WebRTC — a web technology which allows peer-to-peer connection between browsers.
WebRTC can be a bit complex due to its distributed nature. To understand more about setting up a WebRTC connection, I’ve created a simple page to play around with WebRTC: https://pawitp.github.io/webrtc-labs/signaling.html
Check below for a demo!