a046028478
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.
4 lines
260 B
Text
4 lines
260 B
Text
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.
|