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 <https://tools.ietf.org/html/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 <https://tools.ietf.org/html/rfc7692> are fully supported.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
1.0.0-bp155.3.9 info | GA Release | 2023-05-22 | 15 SP5 |
|
|
1.0.0-bp154.2.14 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
1.0.0-bp153.1.15 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
0.15.0-bp152.1.7 info | GA Release | 2020-04-17 | 15 SP2 |
|
|
0.11.0-bp151.3.1 info | GA Release | 2019-07-17 | 15 SP1 |
|
|
0.11.0-bp151.2.10 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
0.11.0-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|