-
Notifications
You must be signed in to change notification settings - Fork 27
No client examples at all #36
Comments
So you contribute and write one ;) |
Mhmmm I needed it for poe so I wrote https://metacpan.org/pod/POE::Component::Client::WebSocket ;-) |
Please, could you give a script example using the "ws://echo.websocket.org" web socket ? This web socket can be tested here : it sends back messages similar to the ones it receives. Thank you very much in advance :-) |
It's already written. Check out https://github.com/vti/protocol-websocket/blob/master/util/wsconsole |
Thank you. |
That would require AnyEvent::Handle with tls connect. |
Thanks ! |
Why is every example acting as a server?
The text was updated successfully, but these errors were encountered: