VidChat is a real-time video calling web app built with React, TypeScript, Node.js, and Socket.io, enabling users to create or join meeting rooms and connect through peer-to-peer video calls and chat using WebRTC.
- π Real-time video and audio streaming using WebRTC
- π¬ Text chat within rooms
- π§βπ€βπ§ Dynamic room creation and joining
- β‘ Low-latency signaling via Socket.io
- π§ Clean and minimal UI built with React + TypeScript
- Frontend: React, TypeScript, WebRTC
- Backend: Node.js, Express, Socket.io
- Styling: Tailwind CSS
git clone https://github.com/<your-username>/vidchat.gitcd vidchatnpm installnpm run dev