Web / HTML 5

W10 HTML5 Messaging, Web Workers and Web Sockets with JavaScript

04/20/2011

2:30 PM - 3:45 PM

Level: Intermediate

Jeffrey McManus

Jeffrey McManus

CEO

Platform Associates

HTML5 gives Web developers the ability to add new dynamic features to their browser-based applications. This session will cover three such technologies: the postMessage API, which enables inter-window communication; Web Workers, which enables pseudo-multithread execution in the browser, and Web sockets, which enables two-way communication with a remote host.

You will learn:

  • New HTML5 technologies to build rich browser client applications
  • Understand browser version limitations on new HTML5 technologies