
My experiment of using WebRTC for video conference meeting like Google Meet and Zoom. WebRTC is modern web technology that make possible to create peer to peer real time communication on web application.
Before initializing peer to peer connection, each client must create offer and sending answer. In this project, i’m using WebSocket server in Go to do that.
You can read more about my experiment story in the github repository.