Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python Twisted WebSocket client

Having worked with Twisted in the past I'd like to know if there is a way to get WebSocket client support to work. Looking around the documentation I can only find server implementations.

like image 733
cdecker Avatar asked Nov 11 '11 15:11

cdecker


1 Answers

Tavendo Autobahn is a very featureful websockets implementation. One of those features is a Python WebSockets client with Twisted support.

like image 54
Glyph Avatar answered Oct 08 '22 11:10

Glyph