All Talks

Django Channels in practice

Django Channels allows developers to make real-time web applications using websockets while maintaining access to the full Django batteries-included model for web applications. This talk will focus on what it takes to run a channels application in production, what’s possible with Django Channels beyond chat rooms, and what pitfalls & idiosyncrasies you can expect to run into when using Channels in practice. Slides can be found at: https://speakerdeck.com/pycon2019 and …

You might be interested in: