Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 239 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 239 Bytes

chat

There is a simple chat example, realised via Django, django-channels and React.

To run locally:

  • pip install -r requirements.txt
  • python manage.py migrate
  • daphne chat.asgi:channel_layer --port 8000
  • python manage.py runworker