Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```