Skip to content

A full-stack real-time messaging app built with Socket.io, JWT, and REST APIs, supporting 1:1 conversations, presence indicators, and secure authentication.

Notifications You must be signed in to change notification settings

vatsalm1611/bondly-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bondly: MERN Stack Project

Some Features:

  • Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI
  • Authentication && Authorization with JWT
  • Real-time messaging with Socket.io
  • Online user status (Socket.io)
  • Global state management with Redux Toolkit
  • Error handling both on the server and on the client

Setup .env file

PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...

Build the app

npm run build

Start the app

npm start

About

A full-stack real-time messaging app built with Socket.io, JWT, and REST APIs, supporting 1:1 conversations, presence indicators, and secure authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published