Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

asyncee/django-channels-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django channels chat

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.

Demonstration

demo image

Installation

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

License

MIT