Django Channels VS Django 3.0 / 3.1?
问题 Can someone clarify the differences or complementarities between Django Channels Project and new Django native async support? From what I understood, Django-Channels is a project that have been started outside of Django, and then, started to be integrated in the core Django. But the current state of this work remains confusing to me. For example, today I'm using Django 2.2, and I'd like to add WebSocket support to my project. Should I: Upgrade to the latest Django version? Use Django Channels