Chapter 10 Messages, Workers, and Sockets

Remy Sharp

WEB MESSAGING, Web Workers, and Web Sockets are all different APIs but all have the same communication API, which is why I will show you all three together. Only the Messaging API is part of the official HTML5 spec, but all three of these APIs are valuable additions to any web application.

Messaging allows for sending messages from one domain to another, something that Ajax security policies have long prevented—for good reason—but is now starting to open up with the right security measurements in place.

Image NOTE The new XMLHttpRequest level 2 object (http://www.w3.org/TR/XMLHttpRequest2/), out ...

Get Introducing HTML5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.