|
|||
|
Dear all,
Before I go ahead and start coding, I thought that I would ask, just in case... Does anybody have a websocket client library of any sort? When it comes to the implementation, and since websockets is all about starting talking HTTP, then switching to a simple "framing" protocol, all ideasare welcome. I thought that I would be able to build upon the http package(with the additional headers required by the websockets RFC manually added), but it does not expose the socket that is used for the connection to theserver. /Emmanuel |
|
|
||||
|
||||
|
|
|
|||
|
Στις 16/8/2012 00:35, ο/η Emmanuel Frecon *γραψε:
> Dear all, > > Before I go ahead and start coding, I thought that I would ask, just in case... Does anybody have a websocket client library of any sort? > > When it comes to the implementation, and since websockets is all about starting talking HTTP, then switching to a simple "framing" protocol, all ideas are welcome. I thought that I would be able to build upon the http package (with the additional headers required by the websockets RFC manually added), but it does not expose the socket that is used for the connection to the server. > > /Emmanuel > A search in the wiki showed this: http://wiki.tcl.tk/26556 I don't know if it working or not. George |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|