Django Channels HTTP/WebSocket server
Go to file
2015-12-18 22:44:33 +00:00
channels Initial script name support 2015-12-18 21:23:09 +00:00
docs Clarify WSGI in integration plan 2015-12-18 22:44:33 +00:00
testproject Add basic benchmark script 2015-11-07 03:16:39 -08:00
.gitignore Add tox and run tests for python 2.7/3.5 and Django 1.6-1.8 2015-11-09 12:58:59 +01:00
LICENSE Add some kind of license 2015-07-13 23:41:19 -07:00
README.rst Improve doc linking a little. 2015-09-08 18:20:18 -05:00
runtests.py Add tox and run tests for python 2.7/3.5 and Django 1.6-1.8 2015-11-09 12:58:59 +01:00
setup.cfg Add isort and fix errors 2015-11-09 13:01:02 +01:00
setup.py Use Django's six and require Django instead of six 2015-11-07 13:47:26 +01:00
tox.ini Include cookies in request_info for websockets 2015-11-18 17:48:03 +01: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

You can also install channels from PyPI as the ``channels`` package.