A chatting application using websockets (Django Channels , Tortoise ORM)
1. Users can have a group Chat.
2. Users can have a private Chat.
3. Users can delete their messages as well.
4. Login Alerts if a user logs in while the other user is online
Use Virtualenv and install the packages.
pip install -r requirements.txt
Go to the project dir and run the below line in the terminal.
python manage.py runserver