#98: Adding concurrency to Django with Django Channels

Опубликовано: 31 Октябрь 2018
на канале: Talk Python
398
2

One of the major areas of innovation in Python 3 is advances in async and concurrent programming. Yet, when working with any of the major web frameworks: django, flask, or pyramid, this is basically no concurrent option. That's why Andrew Godwin decided to tackle the issue on the django side with django channels.

Full show notes at https://talkpython.fm/98