Multithreaded Programs in JavaScript
by
Ido Green
Language: English
Release Date: May 24, 2012
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...