Skip to content

Node.js

事件循环

Node.js 的事件循环分为 timerspollcheck 等阶段,理解它才能写好异步代码。

模块系统

CommonJS 使用 require / module.exportsESM 使用 import / export

ReadableWritableTransform 是处理大文件的核心抽象。

Released under the MIT License.