Mooz
Simple WebRTC Video Chat
I encourage you to read the blog post that I wrote about this project if you want to learn more.
Running
After doing an npm install
, you should be able to run things with npm run dev
.
One issue that will prevent the app from working fully is that it relies on
Pusher. You'll need to replace the App ID, key and secret with
your own. These are in src/frontend/room
and pages/api/messages/[id]
.