rtc-video-demo is a simple real-time video communication demo built to demonstrate how WebRTC works.
This project aims to teach how live video connections are established between browsers using camera and microphone access, how the signaling process works, and the core concepts behind WebRTC in a clear and practical way.
This project is intended for learning and demonstration purposes and is not optimized for production use.
The following technologies are used in this project:
rtc-video-demo/
├─ client/
│ ├─ src/
│ └─ public/
├─ server/
│ ├─ index.js
│ └─ socket.js
├─ screenshots/
│ ├─ screen-1.png
│ └─ screen-2.png
├─ Makefile
└─ README.md
git clone https://github.com/AnarDevStudio/rtc-video-demo.git
cd rtc-video-demo
make all