Skip to content

KartikShukla2001/WebChat

Repository files navigation

Realtime Chat Application

A Global Chat which can be used by anyone using the application to broadcast messages to everyone else. A Private Chat functionality where users can chat with other users privately. Real-time updates to the user list, conversation list, and conversation messages.

Requirements:

Insert the MONGODB URI in the .env file

HOW TO USE:

Install dependecies for the server npm install

Install dependencies for client

cd client npm install

Run the Express server only

npm run server

Run the client & server with concurrently

npm run client

Run the client & server with concurrently npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages