Web Workers. Multithreaded Programs in JavaScript

Par : Ido Green
Définitivement indisponible
Cet article ne peut plus être commandé sur notre site (ouvrage épuisé ou plus commercialisé). Il se peut néanmoins que l'éditeur imprime une nouvelle édition de cet ouvrage à l'avenir. Nous vous invitons donc à revenir périodiquement sur notre site.
Disponible dans votre compte client Decitre ou Furet du Nord dès validation de votre commande. Le format Multi-format est :
  • Pour les liseuses autres que Vivlio, vous devez utiliser le logiciel Adobe Digital Edition. Non compatible avec la lecture sur les liseuses Kindle, Remarkable et Sony
Logo Vivlio, qui est-ce ?

Notre partenaire de plateforme de lecture numérique où vous retrouverez l'ensemble de vos ebooks gratuitement

Pour en savoir plus sur nos ebooks, consultez notre aide en ligne ici
C'est si simple ! Lisez votre ebook avec l'app Vivlio sur votre tablette, mobile ou ordinateur :
Google PlayApp Store
  • Nombre de pages60
  • FormatMulti-format
  • ISBN978-1-4493-2208-3
  • EAN9781449322083
  • Date de parution24/05/2012
  • Protection num.NC
  • Infos supplémentairesMulti-format incluant PDF sans p...
  • ÉditeurO'Reilly Media

Résumé

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
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