This a chat application that uses the websockets protocol.It requires Django Channels and was deployed on heroku. The project is live at here
This project was created with:
- Python Version: 3.6.9
- Django Version: 2.2.6
- Redis: 6.0+
$ cd src
$ pip -r install requirements.txt
$ python manage.py runserver