Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lpjjj1222/real-time-chatapp
A chat app with user authentication, online user status, and instant messaging.
https://github.com/lpjjj1222/real-time-chatapp
jwt-token mern-stack socket-io
Last synced: 19 days ago
JSON representation
A chat app with user authentication, online user status, and instant messaging.
- Host: GitHub
- URL: https://github.com/lpjjj1222/real-time-chatapp
- Owner: lpjjj1222
- License: mit
- Created: 2024-08-06T22:05:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T23:56:15.000Z (6 months ago)
- Last Synced: 2024-11-12T05:19:29.152Z (3 months ago)
- Topics: jwt-token, mern-stack, socket-io
- Language: JavaScript
- Homepage: https://realtime-chat-0hjc.onrender.com/
- Size: 10.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Real-time Chat App
![Screenshot for app](screenshot.png)
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### Setup .env file
```js
PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...
```### Build the app
```shell
npm run build
```### Start the app
```shell
npm start
```