WebSockets in Django 3.1 2 years ago 8 min read djangopythonwebsockets In this post, I will guide you on how to enable WebSockets in your Django application without installing third-party apps. Django has introduced the ASGI interface since version 3.0 and async views