Using Django 4.2's StreamingHttpResponse and HTMX SSE to provide real time notifications

Using Django 4.2's StreamingHttpResponse and HTMX SSE to provide real time notifications

Videos

Django 4.2 introduces a new way of streaming http responses with an ASGI server. This video demos how to use HTMX to build a traditional web application.