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

https://github.com/devsaifur/chat-space

A fully scalable chat app.
https://github.com/devsaifur/chat-space

hono nodejs postgresql rabbitmq react redis

Last synced: 2 months ago
JSON representation

A fully scalable chat app.

Awesome Lists containing this project

README

          

Who said websockets are hard to scale? well it's hard but not that hard! :')

![alt text](screenshot.png)

# A simple chat application with websockets.

## Fully Scalable with [Redis](https://redis.io/) and [RabbitMQ](https://www.rabbitmq.com/)

## Tech Stack

- **Framework (Frontend):** [React](https://react.dev)
- **Framework (Backend):** [Hono](https://hono.dev)
- **Database:** [Postgres](https://www.postgresql.org)
- **Message Queue:** [RabbitMQ](https://www.rabbitmq.com)
- **Message Broker:** [Redis](https://redis.io)
- **ORM:** [Drizzle ORM](https://orm.drizzle.team)
- **UI Components:** [shadcn/ui](https://ui.shadcn.com)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **Authentication:** [Better Auth](https://www.better-auth.com)