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.
- Sources inherited from project openSUSE:Backports:SLE-15-SP1
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP1:Update/python-wsproto && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-wsproto.changes | 0000000143 143 Bytes | |
python-wsproto.spec | 0000002220 2.17 KB | |
wsproto-0.11.0.tar.gz | 0000041179 40.2 KB |
Latest Revision
Ismail Dönmez (namtrac)
committed
(revision 3)
osc copypac from project:openSUSE:Leap:15.1 package:python-wsproto revision:9
Comments 0