Skip to content

hanniball23/channels-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Channels-Examples

This is an example app demonstrating how to use Django Channels.

Currently this project inccludes following two examples.

  • Notification on object creation
  • Real time voting

Then, to run:

  • Create your seperate virtual env and activate it
  • Install requirements: pip install -r requirements.txt
  • Migrate: manage.py migrate
  • Run server: `manage.py runserver
  • check http://localhost:8000 in your browser

TODO

  • More examples
  • Tests for consumers
  • Deployment

About

Examples for channels (Django)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.1%
  • HTML 31.0%
  • JavaScript 9.9%