Is Django async yet? - Riccardo Magliocchetti - PyCon Italia 2024
Elevator Pitch:
Django started adding support for writing asynchronous views in version 3.1. We are now at 5.0: what's the status of this journey? We'll try to rewrite a simple synchronous API to asynchronous and see what works, how well it's working and what's missing.
Description:
Django started adding support for writing asynchronous views in version 3.1. We are now at 5.0: what's the status of this journey? It still may be too early to start rewriting all our production backend code using asynchronous views :) Though it may be a good moment to take a look at it.
We'll try to rewrite a simple synchronous API as an asynchronous API and see what works, how well it's working and what's missing.
Learn more: https://2024.pycon.it/event/is-django-async-yet
#AsyncIO #Django #APIs