Skip to content

abhishekgupta1906/Chat-Verse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Chat Verse with Socket.IO

A live chat application for users that was developed with Socket.IO and the MERN stack (MongoDB, Express, React, and Node.js)

Some Features:

  • Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI
  • Authentication: Users can log in with their credentials and receive a JWT token stored in a secure HTTP-only cookie.
  • Authorization: Routes and endpoints can be protected with middleware that verifies the JWT token to grant access to authenticated users only.
  • Developed a real-time messaging feature using Socket.io for a web application, enabling instantaneous communication between users without the need for page refresh.
  • Global state management with Zustand
  • 🐞 Error handling both on the server and on the client

Build the app

npm run build

Start the app

npm start

Screenshots

Screenshot 2024-04-11 151038

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published