Django based live chat support application using Websockets and Channels, it's fully Anonymous based chat application, where you only have to create room and choose any username and you can start chat.
To create virtual environment and clone everything is here
You have to install all docker dependencies, you can get that from here
- We will use a channel layer that uses Redis as its backing store. To start a Redis server on port 6379, run the following command:
sudo docker run -p 6379:6379 -d redis:5