murari576 / Chat_App

I've recently developed a cutting-edge chat application leveraging the MERN stack. To enhance the user experience with real-time communication, I've seamlessly integrated WebSockets. This allows users to engage in dynamic, instant messaging, fostering a more immersive and interactive chat environment. With sleek design and robust functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN Stack Project: Build and Deploy a Real Time Chat App | JWT, Socket.io

Demo App

Video Tutorial on Youtube

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 and React Context)
  • πŸ‘Œ Global state management with Zustand
  • 🐞 Error handling both on the server and on the client
  • ⭐ At the end Deployment like a pro for FREE!
  • ⏳ And much more!

Setup .env file

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

Build the app

npm run build

Start the app

npm start

About

I've recently developed a cutting-edge chat application leveraging the MERN stack. To enhance the user experience with real-time communication, I've seamlessly integrated WebSockets. This allows users to engage in dynamic, instant messaging, fostering a more immersive and interactive chat environment. With sleek design and robust functionality.


Languages

Language:JavaScript 97.2%Language:CSS 2.1%Language:HTML 0.8%