Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manangandhi1810/realtime-chat-app
A scalable realtime chat app.
https://github.com/manangandhi1810/realtime-chat-app
Last synced: 1 day ago
JSON representation
A scalable realtime chat app.
- Host: GitHub
- URL: https://github.com/manangandhi1810/realtime-chat-app
- Owner: MananGandhi1810
- Created: 2024-03-11T14:17:58.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-12T04:00:19.000Z (8 months ago)
- Last Synced: 2024-03-12T16:07:54.679Z (8 months ago)
- Language: C++
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime Chat App
## About
This is an app, which allows multiple users to chat in realtime, built with scalability in mind.## Stack
This is a scalable realtime chat application, with the following tech stack:
- Node.js
- Express.js
- Flutter
- Websockets
- Redis (for pub/sub)
- PostgreSQL (for storing messages)
- Prisma ORM