Contents
About the Author
About the Technical Reviewer
Acknowledgments
Introduction
Chapter 1: Getting Started
The Node Execution Model
Installing Node
Installing via Package Managers
Building from Source
Final Installation Steps
The Read-Eval-Print-Loop
REPL Features
REPL Commands
Executing Node Programs
Summary
Chapter 2: The Node Module System
Installing Packages
Installing from URLs
Package Locations
Global Packages
Linking Packages
Unlinking Packages
Updating Packages
Uninstalling Packages
The require( ) Function
Core Modules
File Modules ...