Exploring SSE and PostgreSQL for Real-time Communication in Django
TL;DR: In this article, I explore how we built a relay system to serve real-time notifications to our Django project using Server-Sent Events (SSE) and PostgreSQL LISTEN/NOTIFY. Check out the final project on GitHub here. 🚀 Recently, at my workpla...
Sep 16, 20234 min read194