HTML5 Server-Sent-Events: How To React On Server Requests With JavaScript
You certainly know the XMLHttpRequest object, with which it is possible to communicate with a web server from inside an HTML document and have it updated without the need for ...