Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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