Web Workers:Multithreaded Programs in JavaScript

标签:,

Book Description:

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.

Start creating Web Workers and understand what they can and can’t do
Determine which browser versions support the API
Use dedicated Web Workers for tasks that consume a lot of CPU, such as data parsing
Explore use cases for creating inline Workers, such as encapsulating a web app in one page
Create a shared Worker to communicate multiple web app instances to the server, and other uses
Learn best practices for debugging Web Workers
Apply Web Workers within the server-side Node environment

Table of Contents
Chapter 1. Overview
Chapter 2. How and Where Can We Use Web Workers?
Chapter 3. Dedicated Workers
Chapter 4. Inline Workers
Chapter 5. Shared Workers
Chapter 6. Debug Your Workers
Chapter 7. Web Workers Beyond the Browser: Node
Book Details

Paperback: 60 pages
Publisher: O’Reilly Media (May 2012)
Language: English
ISBN-10: 1449322131
ISBN-13: 978-1449322137

0 0 投票数
文章评分
订阅评论
提醒
0 评论
内联反馈
查看所有评论
0
希望看到您的想法,请您发表评论x