The video is about how to build Real Time application, that performs a GET-request to the API every 3 seconds, and then sends its response to all connected clients. I use Django Channels, Celery and Redis.

It's a complicated Django Channels, Celery and Redis project for advanced Django "users".


In this video:
- how to integrate Celery to a Django project,
- how to integrate Celery with Redis,
- how to execute a Django task periodically with Celery,
- how to perform a request to an API, and use the response,
- how to send data from Celery task to a Channels Consumer
- how to broadcast messages.

#django #redis

Django Channels - Celery - Redis: Real Time Broadcasting API response App
1.55 GEEK