Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)

Shelley Powers 著,楊尊一 譯

  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-1
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-2
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-3
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-4
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-5
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-6
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-7
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-8
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-9
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-10
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-11
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-12
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-13
  • Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-14
Node 學習手冊, 2/e (Learning Node: Moving to the Server-Side, 2/e)-preview-1

買這商品的人也買了...

商品描述

<內容簡介>

伺服器端開發

“Shelly Powers的《Node學習手冊》不僅是適切的介紹了Node,還呈現出這個技術的驚喜與樂趣。強烈推薦”
﹣Pop Art工程總監Ethan Brown

運用Node將你的網頁開發技能從瀏覽器帶到伺服器端,並學習如何在JavaScript平台上撰寫快速、可擴充的網路應用程式。這本學習手冊涵蓋最新的Node Long Term Support(LTS)與Node Current(6.0)版,能夠幫助你掌握Node的核心基礎並獲得內建與共享模組的經驗。

掌握Node的事件驅動、非同步I/O的資料存取密集應用程式開發模式。如果你熟悉JavaScript,本書提供大量的程式設計與部署範例,能幫助你發揮Node伺服器端開發的優勢。

‧探索Node開發的架構與功能
‧深入Node的模組系統與套件管理支援
‧以Node的REPL控制台實時測試應用程式或模組
‧使用Node核心模組建構網路應用程式與HTTP伺服器
‧學習Node對網路、安全與socket的支援
‧以子行程存取作業系統功能
‧學習Node開發工具與技術
‧在微控制器、微電腦與物聯網中運用Node

<目錄>

前言
第一章 Node環境
第二章 Node元件:全域物件、事件及非同步本質
第三章 Node模組與Node套件管理員(npm)
第四章 REPL與控制台
第五章 Node與網路
第六章 Node與本機系統
第七章 網路、socket與安全性
第八章 子行程
第九章 Node與ES6
第十章 Node全端開發
第十一章 Node的開發與上線
第十二章 新環境中的Node