Tech Library
Web Workers: Multithreaded Programs in JavaScript ***
Ido Green
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 p...