A real time chat application built using:
- Django (ASGI Channels)
- Javascript native WebSocket API
- HTML/CSS for the frontend
Before running the project make sure to have python installed and django (django channels)
pip install django channels
After dealing with prerequisites, run the commands in the given order
python manage.py makemigrations
python manage.py migrate
python manage.py runserverOnce the server is running, navigate to http://127.0.0.1:8000/chatroom and start chatting :)
