软件包:python-websockify(0.8.0+dfsg1-10)
python-websockify 的相关链接
Debian 的资源:
下载源码包 websockify:
- [websockify_0.8.0+dfsg1-10.dsc]
- [websockify_0.8.0+dfsg1.orig.tar.xz]
- [websockify_0.8.0+dfsg1-10.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
WebSockets support for any application/server - Python 2
websockify was formerly named wsproxy and was part of the noVNC project.
At the most basic level, websockify just translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions.
Websockify supports all versions of the WebSockets protocol (Hixie and HyBi). The older Hixie versions of the protocol only support UTF-8 text payloads. In order to transport binary data over UTF-8 an encoding must used to encapsulate the data within UTF-8.
With Hixie clients, Websockify uses base64 to encode all traffic to and from the client. This does not affect the data between websockify and the server.
With HyBi clients, websockify negotiates whether to base64 encode traffic to and from the client via the subprotocol header (Sec-WebSocket-Protocol). The valid subprotocol values are 'binary' and 'base64' and if the client sends both then the server (the Python implementation) will prefer 'binary'. The 'binary' subprotocol indicates that the data will be sent raw using binary WebSocket frames. Some HyBi clients (such as the Flash fallback and older Chrome and iOS versions) do not support binary data which is why the negotiation is necessary.
This package provides the Python 2 module.
其他与 python-websockify 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-numpy
- Numerical Python adds a fast array facility to the Python language
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python2.7
- 交互式高级面向对象语言 (2.7 版)
-
- dep: websockify-common (= 0.8.0+dfsg1-10)
- WebSockets support for any application/server - shared files