WebSockets state-machine based protocol implementation
This module contains a pure-Python implementation of a WebSocket
protocol stack. It's written from the ground up to be embeddable in
whatever program you choose to use, ensuring that you can
communicate via WebSockets, as defined in RFC6455
, regardless of your
programming paradigm.
This module does not provide a parsing layer, a network layer, or
any rules about concurrency. Instead, it's a purely in-memory
solution, defined in terms of data actions and WebSocket frames.
RFC6455 and Compression Extensions for WebSocket via RFC7692
are fully supported.
- Developed at devel:languages:python
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-wsproto && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-wsproto.changes | 0000005036 4.92 KB | |
python-wsproto.spec | 0000002391 2.33 KB | |
wsproto-1.2.0.tar.gz | 0000053425 52.2 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1142646
from
Dirk Mueller (dirkmueller)
(revision 15)
- spec file cleanup - reenable tests - fix version dependency on h11 * many changes in connection management, see CHANGELOG.rst
Comments 0