Backend / Real-Time

Chat API

Overview

A real-time backend designed for multi-instance deployments. Uses Redis Pub/Sub for fan-out, JWT-authenticated sockets, and PostgreSQL for durable history.

Horizontally scalable WebSocket API with Redis Pub/Sub and persistent message history.

Stack

FastAPIWebSocketsRedisPostgreSQL
Back to Projects