Group chat using django channels
$ pip install -U channels
Note: Recommended to install this in a virtualenv
login ----> add chat room ---> start chatting
$ python manage.py runserver
Note: redis is used as channel backend and mongoDB is used for message persistence. Make sure they are installed and running in background
To understand the working of channels. Hence haven't concentrated much on frontend.
- better login UI (just plain html now)
- better frontend code