Cantitate/Preț
Produs

Web Workers

Autor Ido Green
en Limba Engleză Paperback – 11 iun 2012
In modern web applications there are lots of cases when we need to do complicated calculations in the background. The way to do it is by using Web Workers. Web Workers provide a standard way for browsers to run JavaScript in the background and in this book we will see what are the best ways to use them.
Citește tot Restrânge

Preț: 10565 lei

Preț vechi: 13206 lei
-20% Nou

Puncte Express: 158

Preț estimativ în valută:
2022 2174$ 1686£

Carte tipărită la comandă

Livrare economică 19 decembrie 24 - 02 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781449322137
ISBN-10: 1449322131
Pagini: 62
Dimensiuni: 177 x 233 x 4 mm
Greutate: 0.11 kg
Editura: O'Reilly

Cuprins

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