In this chapter we will move away from HTML and normal HTTP. We will create the necessary infrastructure to support a mobile app, including asynchronous communication using WebSocket and HTTP server-side events.
How to integrate it
How to build WebSocket consumers
How to integrate it with Redis
How to use it to serve content asynchronously
Django Channels
Django Channels is a recent addition to the Django ecosystem. It is officially supported by Django, and all development happens on GitHub alongside ...