标签: python websocket twisted
过去曾与Twisted合作过,我想知道是否有办法让WebSocket客户端支持工作。查看文档,我只能找到服务器实现。
答案 0 :(得分:8)
Tavendo Autobahn是一个非常有用的websockets实现。其中一项功能是a Python WebSockets client with Twisted support。