Node Cookbook - Third Edition
暫譯: Node 食譜 - 第三版

David Mark Clements, Mathias Buus, Matteo Collina, Peter Elger

相關主題

商品描述

Over 60 high-quality recipes covering debugging, security, performance, microservices, web frameworks, databases, deployment and more; rewritten for Node 4, 6, and 8.

About This Book

  • Security between Node.js and browser applications explained and applied in depth
  • Cutting edge techniques and tools for measuring and improving performance
  • Contemporary techniques to create developer-ergonomic, readily-scalable production systems

Who This Book Is For

If you have good knowledge of JavaScript and want to build fast, efficient, scalable client-server solutions, then this book is for you. Some experience with Node.js is assumed to get the most out of this book. If working from a beginner level Node Cookbook 2nd Edition is recommended as a primer for Node Cookbook 3rd Edition.

What You Will Learn

  • Rapidly become proficient at debugging Node.js programs
  • Write and publish your own Node.js modules
  • Become deeply acquainted with Node.js core API's
  • Use web frameworks such as Express, Hapi and Koa for accelerated web application development
  • Apply Node.js streams for low-footprint infinite-capacity data processing
  • Fast-track performance knowledge and optimization abilities
  • Compare and contrast various persistence strategies, including database integrations with MongoDB, MySQL/MariaDB, Postgres, Redis, and LevelDB
  • Grasp and apply critically essential security concepts
  • Understand how to use Node with best-of-breed deployment technologies: Docker, Kubernetes and AWS

In Detail

The principles of asynchronous

商品描述(中文翻譯)

超過60個高品質的範例,涵蓋除錯、安全性、效能、微服務、網頁框架、資料庫、部署等主題;針對Node 4、6和8進行重寫。

本書介紹


  • 深入解釋和應用Node.js與瀏覽器應用程式之間的安全性

  • 測量和改善效能的尖端技術和工具

  • 當代技術以創建開發者友好、易於擴展的生產系統

本書適合誰閱讀

如果您對JavaScript有良好的了解,並希望構建快速、高效、可擴展的客戶端-伺服器解決方案,那麼這本書適合您。本書假設讀者對Node.js有一定的經驗,以便充分利用本書內容。如果您是初學者,建議先閱讀《Node Cookbook 第二版》作為《Node Cookbook 第三版》的入門書。

您將學到什麼


  • 迅速熟練於除錯Node.js程式

  • 撰寫並發佈自己的Node.js模組

  • 深入了解Node.js核心API

  • 使用如Express、Hapi和Koa等網頁框架加速網頁應用程式開發

  • 應用Node.js流進行低佔用率的無限容量數據處理

  • 快速提升效能知識和優化能力

  • 比較和對比各種持久化策略,包括與MongoDB、MySQL/MariaDB、Postgres、Redis和LevelDB的資料庫整合

  • 掌握並應用關鍵的安全概念

  • 了解如何使用Node與最佳部署技術:Docker、Kubernetes和AWS

詳細內容

非同步原則