Getting Started With Django Channels Create a real-time application that updates a list of users as they log in and out... Want to learn how to build this project? Check out the blog post. Want to use this project? Fork/Clone Create and activate a virtualenv Install the requirements Apply the migrations Install Redis (if necessary) Run the server Some links https://codeguida.com/post/744 https://channels.readthedocs.io/en/latest/ https://learn.javascript.ru/let-const