A Node.js backend server for a real-time video chat app using Socket.IO for signaling for WebRTC connections.
- Join rooms with a Room ID
- Toggle mic and camera
- See active users with their status
- In-call chat messaging
- Screen sharing support
# Clone Signalling Server repo
git clone https://github.com/my-lord1/Backend-for-Video-Chat
cd videochat
# Install dependencies
npm install
# Run dev server
node index.js