Weaving Webs of Workers



The single-threaded nature of JavaScript can make handling lots of data or complex processing in your web application difficult to balance with providing a good user experience. Web Workers promise to help us find that balance and let us build fast and responsive applications even when doing heavy work, but the APIs for working with them leave much to be desired. In this talk, we’ll explore useful patterns for making Web Workers easier to work with and highlight effective ways to communicate between workers, handle complex data processing off the main thread, and test and debug them. What are the key takeaways from this talk?
– How to use Web Workers to handle complex data processing off the main thread
– Patterns and libraries to make working with Web Workers easier
– Strategies for testing and debugging Web Workers
– Examples of Web Workers being used in real projects EVENT: JS Kongress 2019 SPEAKER: Trent Willis PUBLICATION PERMISSIONS: Original video was published with the Creative Commons Attribution license (reuse allowed). ATTRIBUTION CREDITS: Original video source: https://www.youtube.com/watch?v=voFXsFRc6jU https://www.youtube.com/watch?v=JBnNp8MpRSM

Leave a Reply

Your email address will not be published. Required fields are marked *