Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 362 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 362 Bytes

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>".