Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This chapter introduces you to various other new HTML5-related technologies.
Cross-Domain scripting using the new messaging APIs for HTML5.
http://www.learnhtml5book.com/chapter14/messaging.php
Technology you can use to notify the web browser of an event on the server side via an event stream.
http://www.learnhtml5book.com/chapter14/serverevents.php
How to use web sockets with an example echo script from WebSocket.org.
http://www.learnhtml5book.com/chapter14/websocket.php
This is a multi-threading example using JavaScript.
http://www.learnhtml5book.com/chapter14/webworker.php
How to use the new history object and onHashChangei event.