This is basic chat implementation, to demonstrate the power of channels.
Note: project is based on old software (django 1.9, channels 0.11), but the main concept is still alive, so you can use it as education material.
git clone https://github.com/asyncee/django-channels-chat.git
bash ./bootstrap.sh
source env/bin/activate
src/manage.py migrate
src/manage.py runserver
MIT