LanX has asked for the wisdom of the Perl Monks concerning the following question:

We use a "XMLHttpRequest long polling" approach at work to dynamically push JS and HTML actions via Ajax from the server to the browser, thus reducing the amount of JS coded and keeping application logic on the server side.

I'd like to migrate to Mojolicious, and would prefer to hear of ready to use plugins before reinventing the wheel... :)

Any recommendations?

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Combining "Reverse Ajax" aka "Comet" with Mojolicious?