https://github.com/iadtya/scalable-chatterup
Scalable-ChatterUp is group chat application Built with event-driven architecture using WebSockets for real-time client-server communication Redis for pub/sub messaging with Sentinel and replica for high availability, and Kafka for message queuing. Data ingestion was handled through PostgreSQL
https://github.com/iadtya/scalable-chatterup
kafka nextjs pubsub redis-sentinel socket-io turborepo typescript
Last synced: about 2 months ago
JSON representation
Scalable-ChatterUp is group chat application Built with event-driven architecture using WebSockets for real-time client-server communication Redis for pub/sub messaging with Sentinel and replica for high availability, and Kafka for message queuing. Data ingestion was handled through PostgreSQL
- Host: GitHub
- URL: https://github.com/iadtya/scalable-chatterup
- Owner: iAdtya
- Created: 2024-01-16T23:13:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T08:27:47.000Z (over 1 year ago)
- Last Synced: 2025-01-18T09:29:23.795Z (over 1 year ago)
- Topics: kafka, nextjs, pubsub, redis-sentinel, socket-io, turborepo, typescript
- Language: TypeScript
- Homepage: https://scalable-chatter-up.vercel.app
- Size: 414 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scalable-ChatterUp
Scalable-ChatterUp is group chat application Built with event-driven architecture using WebSockets for real-time client-server communication Redis for pub/sub messaging with Sentinel and replica for high availability, and Kafka for message queuing. Data ingestion was handled through PostgreSQL
## System Design

## Output

## Using this example
Run the following command:
```sh
npx create-turbo@latest
```