[Mojolicious] Best alternative for client / server polling?

2020-05-18 Thread Miguel Manso
Hi there, Ive a Perl client that fetched some data every 3 seconds and post it to an API. Both client and server are written using mojo. Client uses Mojo::UserAgent to post JSON and server is a Mojolicious app being served with hypnotoad. I can have dozens of these clients which mean that each

Re: [Mojolicious] Best alternative for client / server polling?

2020-06-02 Thread Miguel Manso
ocket server and a client (not browser) makes development less clear and more complicated. Thats why I was looking for some sort of different approach for this issue. Thanks in advance. On Tue, 19 May 2020 at 00:59, Felipe Gasper wrote: > > > On May 18, 2020, at 7:45 PM, Miguel Manso wrot