Presentation by Dan Gebhardt at EmberCamp Chicago. September 16th, 2019.
Web workers bring a new layer of capabilities to web applications. Because workers operate on their own threads, they provide a way to perform processor-intensive tasks without affecting the responsiveness of an application. This talk will explore the different types of workers, including service workers and shared workers, and how to make the most of them in your Ember applications. We'll discuss the capabilities available to workers and explore different use cases, including progressive web apps.
https://speakerdeck.com/dgeb/worker-power
-
Give Apps Online Superpowers by Optimizing them for Offline - JSConf Iceland 2018 - by Dan Gebhardt
-
worker-box - by Trent Willis
-
Weaving Webs of Workers - JS Kongress 2019 - by Trent Willis