A smart real-time video chat platform with AI-powered content moderation for a safe and seamless communication experience.
- Node.js (version 12 or higher)
- NPM (Node Package Manager)
- Modern web browser with WebRTC support
- Clone the repository
git clone https://github.com/arvindpandey4/ModChat.git- Navigate to the project directory
cd webrtc- Install dependencies
npm install- Start the development server
npm run devThe application should now be running on http://localhost:3001 (or the next available port if 3001 is in use).
- Open the application in your browser
- Click "Create Room" to start a new video chat room
- Share the room code with another person
- The other person can join using the room code
- Allow camera and microphone access when prompted
- Express.js: ^4.17.1
- Socket.IO: ^4.4.1
- Nodemon: ^2.0.15 (dev dependency)
To run the application in development mode with auto-reload:
npm run dev