This app is a basic playing ground to learn about WebRTC. I used the following three videos as a starting ground:
My Goal was to create a minimal video chat app with the native WebRTC API and my own signaling server. Non of the tutorials offered exactly that but by combining the knowledge I was able to cobble together this application.
This app is only supposed to serve for experimentation, is currently absolutly unstructred and should by now means be used for anything in the real world.
pnpm install
pnpm dev
pnpm install
pnpm dev