Session

Abusing Django Channels for Fun (and Profit)

Friday,  Mar 26 | 10:00AM - 10:45AM US ET

Level: Beginner

Django is growing some great async features and Channels has been great for handling websockets connecting from your visitor's browser. But what happens when you need to do more? What if you want to keep long-running connections from Django to other websockets, such as Discord servers?  How do you do this and still leverage all the batteries included with Django? We will show an approach that makes this all possible and easy as a developer.