logo
首页技术栈工具库讨论
wsproto

wsproto

This repository 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 repository 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.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconpython-hyper/wsproto171
CONDA
conda install -c anaconda wsproto
查看
标签
根据用户添加的标签生成
暂无标签