Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You'd probably be interested by something called <a href="http://en.wikipedia.org/wiki/Comet_%28programming%29" rel="nofollow noreferrer">Comet</a>.</p> <p>About Comet and PHP, you can take a look at these questions and their answers :</p> <ul> <li><a href="https://stackoverflow.com/questions/1190744/comet-php-how-to-use-comet-with-a-php-chat-system">Comet &amp; PHP: How to use Comet with a PHP Chat System ?</a></li> <li><a href="https://stackoverflow.com/questions/603201/using-comet-with-php">Using comet with PHP?</a></li> <li><a href="https://stackoverflow.com/questions/333664/simple-long-polling-example-code">Simple “Long Polling” example code?</a></li> </ul> <p>And, not necessarily in PHP <em>(which doesn't seem to be <strong>that</strong> adapted for Comet ; many people seem to recommend using another language / technology for the backend server...)</em> : </p> <ul> <li><a href="https://stackoverflow.com/questions/19995/is-there-some-way-to-push-data-from-web-server-to-browser">Is there some way to PUSH data from web server to browser?</a></li> <li><a href="https://stackoverflow.com/questions/136012/comet-and-jquery">Comet and jQuery</a></li> <li><a href="https://stackoverflow.com/questions/944644/how-to-display-html-to-the-browser-incrementally-over-a-long-period-of-time">How to display HTML to the browser incrementally over a long period of time?</a></li> </ul> <p>I'm seeing more and more of those Comet questions... I'm going to try one day or another, I think... Seems fun ^^</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload