Django Channels HTTP/WebSocket server
Go to file
2015-09-08 10:33:24 -05:00
channels Change to consumers taking a single "message" argument 2015-09-08 01:04:36 -05:00
docs Change to consumers taking a single "message" argument 2015-09-08 01:04:36 -05:00
.gitignore Start sphinx-ified docs 2015-06-20 10:27:22 +08:00
LICENSE Add some kind of license 2015-07-13 23:41:19 -07:00
README.rst Version 0.7 2015-09-08 10:33:24 -05:00
setup.py Version 0.7 2015-09-08 10:33:24 -05:00

Django Channels
===============

This is a work-in-progress code branch of Django implemented as a third-party
app, which aims to bring some asynchrony to Django and expand the options
for code beyond the request-response model, in particular enabling WebSocket,
HTTP2 push, and background task support.

This is still **beta** software: the API is mostly settled, but might change
a bit as things develop.

Documentation, installation and getting started instructions are at
http://channels.readthedocs.org