cdecker
cdecker

Reputation: 4697

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.

Upvotes: 9

Views: 4928

Answers (1)

Glyph
Glyph

Reputation: 31910

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

Upvotes: 8

Related Questions