Level: Intermediate
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