Skip to content

aresler/django_channels_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Daphne/Channels example to test in PyCharm.

  1. Install requirements.
  2. Start Redis, e.g. with Docker: docker run --rm -d -p 6379:6379 redis:5
  3. Run migrations: python manage.py migrate
  4. Start the Django server using PyCharm's run/debug configuration.
  5. Open http://127.0.0.1:8000/chat/lobby/ in two separate browser tabs.
  6. Write something to the chat.

About

Simple Django project using Channels/Daphne

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published