Green, Ido
Web Workers: Multithreaded Programs in JavaScript
- ISBN 13:
- 9781449322137
- author:
- Green, Ido
- format:
- Paperback
- publisher:
- OReilly Media
- language:
- English
- Publication Year:
- 2012
- Pages:
- 62
- Dimensions:
- 17.8 x 0.3 x 23.3 cm
- Genre:
- Computing & Internet, Programming, Languages,
- Condition:
- New
- Availability:
- Item usually sent within 10 working days
Description
Web Workers: Efficient JavaScript Development Learn how to use Web Workers to run computationally intensive JavaScript code in parallel with your user interface, improving the performance and responsiveness of your web applications. This guide provides a simple API for multi-threaded programming, helping you be productive without getting bogged down in complex algorithms. With this book, you'll discover how to create dedicated Web Workers for tasks that consume a lot of CPU, such as data parsing, and explore use cases for creating inline Workers. You'll also learn how to apply Web Workers within the server-side Node environment and best practices for debugging them. Whether you're an intermediate or advanced JavaScript developer with experience in event handling and callbacks, this example-driven guide is perfect for getting started with Web Workers.