This project demonstrates the implementation of WebRTC (Web Real-Time Communication) using React for the client-side, Express for the backend, and Socket.IO for real-time communication.
- Real-time video/audio communication between peers.
- User authentication (not added yet).
- Room creation and joining.
Before you begin, ensure you have met the following requirements:
- Node.js installed on your local machine.
- Basic understanding of React, Express, and Socket.IO.
- Clone the repository:
git clone <repository-url>