12- "Node.js Developer's Guide" - the core module

Global Objects

Node.js中的全局对象是global
所有全局变量(除了global本身以外)都是global对象的属性

Common tools

Event mechanism

File System Access

HTTP server and client

Guess you like

Origin www.cnblogs.com/foreverLuckyStar/p/12076899.html