DjangoRealtime Examples

Realtime Django applications powered by PostgreSQL pub/sub and Server-Sent Events

Key Features

No Polling

True real-time updates using Server-Sent Events. No polling required!

🐘

PostgreSQL Pub/Sub

Leverages PostgreSQL's LISTEN/NOTIFY for efficient event broadcasting.

📦

Event Storage

All events stored in the database for history and replay capabilities.