Pacote: python3-websockify (0.12.0+dfsg1-4 e outros)
Links para python3-websockify
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte websockify:
- [websockify_0.12.0+dfsg1-4.dsc]
- [websockify_0.12.0+dfsg1.orig.tar.xz]
- [websockify_0.12.0+dfsg1-4.debian.tar.xz]
Mantenedores(as):
Fontes externas:
- Pagina principal [pypi.python.org]
Pacotes similares:
WebSockets support for any application/server - Python 3
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 3 module.
Outros pacotes relacionados a python3-websockify
|
|
|
|
-
- dep: python3
- linguagem orientada a objetos de alto nível e interativa (versão python3 padrão)
-
- dep: python3-jwcrypto
- Python3 implementation of JOSE Web standards
-
- dep: python3-numpy
- Python library for numerical computations (Python 3)
-
- dep: python3-redis
- Python bindings for Redis, a persistent key-value database
-
- dep: python3-requests
- biblioteca HTTP elegante e simples para Python3, construída para seres humanos
Download de python3-websockify
Arquitetura | Versão | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|---|
amd64 | 0.12.0+dfsg1-4+b1 | 45.2 kB | 181.0 kB | [lista de arquivos] |
arm64 | 0.12.0+dfsg1-4+b1 | 45.2 kB | 181.0 kB | [lista de arquivos] |
armhf | 0.12.0+dfsg1-4+b1 | 45.2 kB | 181.0 kB | [lista de arquivos] |
i386 | 0.12.0+dfsg1-4+b1 | 45.2 kB | 181.0 kB | [lista de arquivos] |
ppc64el | 0.12.0+dfsg1-4+b1 | 45.2 kB | 181.0 kB | [lista de arquivos] |
riscv64 | 0.12.0+dfsg1-4+b1 | 45.2 kB | 181.0 kB | [lista de arquivos] |
s390x | 0.12.0+dfsg1-4+b1 | 45.2 kB | 181.0 kB | [lista de arquivos] |