Skip to content

A MERN Stack Chat Application built using WebSockets provides real-time, bidirectional communication between users. It leverages MongoDB for database management, Express.js for server-side operations, React.js for building the user interface, and Node.js for running JavaScript on the server side.

Notifications You must be signed in to change notification settings

RajeshCShettigar/Lets_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lets_chat

Description :

A MERN Stack Chat Application built using WebSockets provides real-time, bidirectional communication between users. It leverages MongoDB for database management, Express.js for server-side operations, React.js for building the user interface, and Node.js for running JavaScript on the server side.

Installation :

  1. Clone the repository
  2. Install dependencies for both client and server side
  • open the terminal and change directory to server and run command
npm install
  • open the terminal and change directory to client and run command
npm install
  1. Run the application
  • run server command:
npm run dev
  • run client command:
npm run dev
  1. Open http://localhost:5173 to view it in the browser.

Snapshots

chatpage

loginPage

About

A MERN Stack Chat Application built using WebSockets provides real-time, bidirectional communication between users. It leverages MongoDB for database management, Express.js for server-side operations, React.js for building the user interface, and Node.js for running JavaScript on the server side.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published