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.
- Links to devel:languages:python / python-wsproto
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Simmphonie:python310/python-wsproto && cd $_
- Create Badge
python-wsproto
Package has built successfully and can be used to build further packages.
The package does not build successfully. No packages have been created. Packages that depend on this package will be built using any previously created packages, if they exist.
Package has built successfully and can be used to build further packages.
Package has built successfully and can be used to build further packages.
Comments 0