Cedric Poilly
*
By Cedric Poilly
After eight years of existence Web Workers are still underutilised. One cause might be the uncomfortable event-based APIs around the Worker interface. Giving up on multi-threading is a shame! Let's dive into the world of Web Workers and demystify the available APIs. The Web Worker is a tool each front-end developer deserves to have. Together let's have a look at some cases where workers are worth using. With some live coding we will prove that web apps can perform process intensive tasks in the browser. No native code needed.