Skip to content

arvindpandey4/ModChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mod Chat

A smart real-time video chat platform with AI-powered content moderation for a safe and seamless communication experience.

Prerequisites

  • Node.js (version 12 or higher)
  • NPM (Node Package Manager)
  • Modern web browser with WebRTC support

Installation

  1. Clone the repository
git clone https://github.com/arvindpandey4/ModChat.git
  1. Navigate to the project directory
cd webrtc
  1. Install dependencies
npm install
  1. Start the development server
npm run dev

The application should now be running on http://localhost:3001 (or the next available port if 3001 is in use).

Usage

  1. Open the application in your browser
  2. Click "Create Room" to start a new video chat room
  3. Share the room code with another person
  4. The other person can join using the room code
  5. Allow camera and microphone access when prompted

Dependencies

  • Express.js: ^4.17.1
  • Socket.IO: ^4.4.1
  • Nodemon: ^2.0.15 (dev dependency)

Development

To run the application in development mode with auto-reload:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published