mirror of
https://github.com/django/daphne.git
synced 2025-04-21 17:22:03 +03:00
Django Channels HTTP/WebSocket server
The original version was unclear to me. It sounded like Go channels were the ones that are network-transparent even though we mean to say that Django's are. So I simply removed these/those and used "Go channels" and "Django channels" explicitly. (But *do* check whether I got it right! :-) ) |
||
---|---|---|
channels | ||
docs | ||
testproject | ||
.gitignore | ||
LICENSE | ||
README.rst | ||
runtests.py | ||
setup.cfg | ||
setup.py | ||
tox.ini |
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.