Cargando…

Node.js high performance : take your application to the next level of high performance using the extensive capabilities of Node.js /

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Resende, Diogo (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction and Composition; Performance analysis; Monitoring; Getting high performance; Testing and benchmarking; Composition in applications; Using NPM; Separating your code; Embracing asynchronous tasks; Using library functions; Using function rules; Testing your modules; Summary; Chapter 2: Development Patterns; What are patterns?; Node.js patterns; Types of patterns; Architectural patterns; Creational patterns; Structural patterns; Behavioral patterns.
  • Event-driven architectureStreams; Buffers; Optimizations; Hidden types; Numbers; Arrays; Functions; The for-in loops; The infinite loops; The try-catch blocks; Eval; Summary; Chapter 3: Garbage Collection; Automatic memory management; Memory organization; Memory leaks; Event emitters; Referencing objects; Object representation; Object heaps; Heap snapshots; Third-party management; Summary; Chapter 4: CPU Profiling; The I/O library; Fibonacci; Flame graphs; Profiling alternatives; Summary; Chapter 5: Data and Cache; Data storage; Excessive I/O; Database management systems; Caching data.
  • Asynchronous cachingClustering data; Accessing data; Summary; Chapter 6: Test, Benchmark, and Analyze; Test fundamentals; The test environment; The Docker tool; The test tool; Continuous integration; Code coverage; Benchmark tests; Analyzing tests; Summary; Chapter 7: Bottlenecks; Host limits; Network limits; Client limits; Browser limits; Performance variables; Summary; Index.