in reply to recommended approach to publish asynch messages to web browser

There's also "server sent events" (Mozilla docs, Implementation presented at NY.pm, HTTP::ServerEvent).

(I have not implemented this approach myself, but have been looking into it for a future project, since I learned of it from Corion, who authored the Perl interface linked above.)


The way forward always starts with a minimal test.
  • Comment on Re: recommended approach to publish asynch messages to web browser

Replies are listed 'Best First'.
Re^2: recommended approach to publish asynch messages to web browser
by antichef (Acolyte) on Sep 10, 2017 at 19:36 UTC
    will definitely check that out - thanks!