Node.js 的官方文档中有一段对 Node.js 的简介,如下. Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. 大意就是说 Node.js 是基于 V8 的 JavaScript 运行时,事件驱动.非阻塞,因…