Django Channels HTTP/WebSocket server
Go to file
Maik Hoepfel 50cb6d13d8 Wording changes to docs
I eagerly read through the (excellent, thanks!) documentation for channels, and had to re-read one or two sentences. So being a good citizen, I'm suggesting a few fixes here and there.
2015-11-07 12:46:28 +01:00
channels Add echo channel and fix __str__ on redis backend 2015-11-06 08:12:51 -08:00
docs Wording changes to docs 2015-11-07 12:46:28 +01:00
.gitignore updated docs, updated gitignore 2015-09-10 11:04:16 -06: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
setup.py 0.8 2015-09-10 16:01:18 -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

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