Suppose there is a webpage with dynamically generated content -- say a div containing the current number of connected browsers. When the count changes on the server I want a
HTTP protocol is stateless by design. The only one way to achieve this is to implement client-side polling via AJAX.