Skip to content

Simple chat, realised via Django, django-channels and React.

License

Notifications You must be signed in to change notification settings

vilnitskiy/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple chat, realised via Django, django-channels and React.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published