Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanketjaswal/chat_app
A real-time chat application with secure user login and private messaging. Users can join chat rooms, send messages, and view message history in real time. The application ensures secure communication with token-based authentication and live updates using web sockets.
https://github.com/sanketjaswal/chat_app
mongodb node react socket-io vite
Last synced: 9 days ago
JSON representation
A real-time chat application with secure user login and private messaging. Users can join chat rooms, send messages, and view message history in real time. The application ensures secure communication with token-based authentication and live updates using web sockets.
- Host: GitHub
- URL: https://github.com/sanketjaswal/chat_app
- Owner: sanketjaswal
- Created: 2024-06-12T04:34:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T10:31:48.000Z (8 months ago)
- Last Synced: 2024-12-18T19:09:52.966Z (2 months ago)
- Topics: mongodb, node, react, 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
```