MostAwesomeDude / txWS

Twisted WebSockets
Other
94 stars 29 forks source link

Websocket client example #28

Closed kracekumar closed 9 years ago

kracekumar commented 9 years ago

It may be easy to write client example using txws for twisted users, but newbies may find it difficult. Having an example will help.

MostAwesomeDude commented 9 years ago

Hi!

txWS doesn't provide a client. txWS only provides servers. This is because nobody should ever have to write a WebSockets client. If you would like a WebSockets client, please support Twisted's efforts to merge t.w.websockets upstream in ticket 4371 (http://twistedmatrix.com/trac/ticket/4173) or use Autobahn.