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

Latest commit

 

History

History
26 lines (15 loc) · 576 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 576 Bytes

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