A WebRTC-based peer-to-peer (P2P) prototype that allows browser-to-browser video and audio streaming.
This project is built to understand the core WebRTC architecture rather than to be a production-ready app.
webrtcff.mp4
- Next.js (App Router)
- WebRTC APIs
- TypeScript
- Node.js
- WebSocket-based signaling server
git clone https://github.com/SuperexMack/webrtcStruct.git
cd webrtcStruc/backend
npm i
node app
cd webrtcStruc/clint
npm i
npm run dev