Realtime-Chatroom

This is Djnago webapp to made using Channels ehich was used to implement websockets. In this you can chat in realtime in chatrooms

How to use

  1. Install "requirements.txt".
  2. Run the command "python manage.py migrate".
  3. Run the command "python manage.py runserver".
  4. Go to browser and hit on "localhost:8000/chat/<chatroom_name>".