Summary:
Web apps would run much better if heavy calculations could
be performed in the background, rather than compete with the
user interface. With this book, you’ll learn how to use
Web Workers to run computationally intensive JavaScript code
in a thread parallel to the UI. Yes, multi-threaded
programing is complicated, but Web Workers provide a simple
API that helps you be productive without the complex
algorithms. If you have an intermediate to advanced understanding of
JavaScript— especially event handling and
callbacks—you’re ready to tackle Web Workers with
the tools in this example-driven guide. Ido is a Developer Advocate for Google Chrome OS. He has
been a developer and building companies for more then 15
years. He still likes to develop web applications, but only
ones with amazing UX. He has a wide array of skills and
experience, including Java, php, perl, JavaScript--and all
aspects of agile development and scaling systems.
About the Author