Re: any blocked websocket client for perl?

2021-02-05 Thread Raunak Kathuria
Have a look at https://metacpan.org/pod/Net::Async::WebSocket For client: https://metacpan.org/pod/Net::Async::WebSocket::Client On Thu, 4 Feb 2021 at 10:32 AM, Wesley Peng wrote: > I am trying to find a websocket client for perl. > But most modules on cpan is asynchronous, such as >

any blocked websocket client for perl?

2021-02-03 Thread Wesley Peng
I am trying to find a websocket client for perl. But most modules on cpan is asynchronous, such as AnyEvent::WebSocket::Client. Do you know if there is a synchronous websocket client library available? Thanks in advance. BTW, I tried to use the anyevent module above to access my WS service, it