in reply to Mojolicious refresh
Re: websocket infinit loop Example Re^4: real-time output from Mojolicious WebSockets?
Re^5: Looping through database query to send emails is taking too long Example Mojolicious::Lite +and jQuery +AJAX + Mojo::Template
meta refresh
@@ layouts/refresh.html.ep <!DOCTYPE html> <html> <head> <title><%= title =%></title> <meta http-equiv="Refresh" content="<%= refresh_seconds =%>; +URL=<%= refresh_url =%>;"> </head> <body> <h1><%= title =%></h1> % if( my $msg = flash 'message' ){ <b><%= $msg %></b><br> % } <%= content =%> </body> </html>
?? Mercury/mercury - A message broker for WebSockets
https://metacpan.org/source/PREACTION/Mercury-0.016/eg/chat.html
https://metacpan.org/source/PREACTION/Mercury-0.016/eg/daemon.pl
|
|---|