1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: python-django-websocket
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
python-all,
python-setuptools,
Standards-Version: 3.9.2
Homepage: http://pypi.python.org/pypi/django-websocket
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-websocket/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-websocket/trunk/
Package: python-django-websocket
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
python-django,
Description: Websocket support for django
The django-websocket module provides an implementation of the WebSocket
Protocol for django. It handles all the low-level details like
establishing the connection through sending handshake reply, parsing
messages from the browser etc...
.
It integrates well into django since it provides easy hooks to receive
WebSocket requests either for single views through decorators or for
the whole site through a custom middleware.
|