Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Web Communication APIs

Adrian Olaru
September 27, 2011

Web Communication APIs

Web Messaging, Web Workers, Server Sent Events, Web Sockets

Adrian Olaru

September 27, 2011
Tweet

Other Decks in Programming

Transcript

  1. Web Workers run JavaScript in parallel on a web page,

    without blocking the user interface
  2. Notes can’t access parent & it’s DOM ‘this’ == current

    worker can use XHR, SSE or WebSocket can importScripts(‘script.js’) can use other workers can use timers (setTimeout, setInterval)
  3. Use Cases subscribe to live score real time polls bidding

    updates for actions stock quotes live news