Stream of numbers via repeated AJAX requests

When you click the button, the page will create an "interval", that sends an HTTP requeset to the server every milliseconds, which will respond with the value of an internal counter.

requests sent responses received message from server
- - -

Go back to the one-number-per-click page.