Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanketjaswal/chat_app
A real-time chat app using the MERN stack (MongoDB, Express.js, React, Node.js) with Socket.IO enables instant messaging. MongoDB stores data, Express.js and Node.js handle the backend, and React provides the UI. Socket.IO ensures real-time communication between users.
https://github.com/sanketjaswal/chat_app
mern socket-io vite
Last synced: 18 days ago
JSON representation
A real-time chat app using the MERN stack (MongoDB, Express.js, React, Node.js) with Socket.IO enables instant messaging. MongoDB stores data, Express.js and Node.js handle the backend, and React provides the UI. Socket.IO ensures real-time communication between users.
- Host: GitHub
- URL: https://github.com/sanketjaswal/chat_app
- Owner: sanketjaswal
- Created: 2024-06-12T04:34:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T10:31:48.000Z (5 months ago)
- Last Synced: 2024-06-15T12:17:20.515Z (5 months ago)
- Topics: mern, socket-io, vite
- Language: JavaScript
- Homepage: https://chat-app-8x7t.onrender.com
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real Time Chat App
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### Start the server
```shell
npm run server
```### Start the client
```shell
npm run dev
```