An open API service indexing awesome lists of open source software.

https://github.com/realpython/django-example-channels


https://github.com/realpython/django-example-channels

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://realpython.com/blog/python/getting-started-with-django-channels/).

## Want to use this project?

1. Fork/Clone
1. Create and activate a virtualenv
1. Install the requirements
1. Apply the migrations
1. Install Redis (if necessary)
1. Run the server