django-planet
Sept. 22, 2022

Building a Realtime Chat App with Django Channels and WebSockets

published by Muhammed Ali
in blog Honeybadger Developer Blog
original entry Building a Realtime Chat App with Django Channels and WebSockets

Building stateful web applications can be tricky, unless you use a framework, of course—Django to the rescue! In this article, learn how to build a realtime chat app using Django Channels and WebSockets.