in reply to How to use AnyEvent::Handle to read data from a websocket?
If your task is about communication with a Websocket, I would use AnyEvent::WebSocket::Client.
If you want to learn how it is done with AnyEvent, I would look at how AnyEvent::WebSocket::Client does it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to use AnyEvent::Handle to read data from a websocket?
by pudda (Acolyte) on Sep 29, 2020 at 14:11 UTC |