Skip to content

Kossi-Francois/channels-example

 
 

Repository files navigation

Try out Django Channels today!

This project is fork from Heroku Django Channels example

This is an example app demonstrating how to use (and deploy) Django Channels. It's a simple real-time chat app — like a very, very light-weight Slack. There are a bunch of rooms, and everyone in the same room can chat, in real-time, with each other (using WebSockets).

As the official example cannot be deployed on Heroku because it is still in python2, I made some modifications to make it work with python 3, and add the folder to add another application

## To deploy to Heroku

About

An example Channels app with Django and deployment on Heroku

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 77.2%
  • HTML 16.3%
  • JavaScript 5.1%
  • Other 1.4%