Additional resources
The following resources provide additional information related to the topics covered in this chapter:
- Source code for this chapter: https://github.com/PacktPublishing/Django-5-by-example/tree/main/Chapter16
- Introduction to ASGI: https://asgi.readthedocs.io/en/latest/introduction.html
- Django support for asynchronous views: https://docs.djangoproject.com/en/5.0/topics/async/
- Django support for asynchronous class-based views: https://docs.djangoproject.com/en/5.0/topics/class-based-views/#async-class-based-views
- Daphne ASGI server: https://github.com/django/daphne
- Django Channels documentation: https://channels.readthedocs.io/
- Deploying Django with ASGI: https://docs.djangoproject.com/en/5.0/howto/deployment/asgi/
- Introduction to WebSockets: https://en.wikipedia.org/wiki/WebSocket.
json_script
template filter usage: https://docs.djangoproject.com/en/5.0/ref/templates/builtins/#json-script- Django ORM...