mooz720.mov
Mooz is a simple Web conferencing app that leverages WebRTC. It consists of a Go backend that acts as my singaling server and simple HTLM/CSS/JS frontend that uses WebRTC to establish a peer-to-peer connection between two clients.
I got in terested in WebRTC and building this project after listening to Sean DuBois' interview on FLOSS Weekly. You can find the episode here.
Here is some of the material I used to build this project:
- WebRTC for the Curious
- WebRTC API
- WebRTC + React Tutorial
- Pion Tutorial ** This last resource is actually quite bad...I spent a few hours on it until I realized it was incomplete and not functional. Lesson leanred though.