A WhatsApp Web Clone Chat Application for those developers that like to use Django Channel for handling WebSocket request
cd django-whatsapp-web-clone/
python3 -m pip install requirements
python3 manage.py migrate
docker run -p 6379:6379 -d redis:5
python3 manage.py runserver
Need help? Open an issue in: ISSUES
Want to improve and add feature? Fork the repo, add your changes and send a pull request.