This commit is contained in:
Víðir Valberg Guðmundsson 2023-05-17 12:47:02 +02:00
parent 88d36999a9
commit 783c4d9203
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
Title: Server-Sent Events and PostgreSQL LISTEN/NOTIFY using Djangos StreamingHttpRequest
Date: 2023-05-16
Date: 2023-05-17
Status: hidden
Tags: django, sse, postgresql
Slug: django-sse-postgresql-listen-notify
Authors: Víðir Valberg Guðmundsson
Summary: A write-up of how I implemented server-sent events using Django 4.2 and PostgreSQL LISTEN/NOTIFY
Status: draft
---