Node.js 8.1.3 已发布,Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境,它使用了一个事件驱动、非阻塞式 I/O 的模型,使其轻量又高效。
值得关注的变更
Stream:已经修复了 stream 模块的两个回归:
The finish event will now always be emitted after the error event if one is emitted
In object mode, readable streams can now use undefined again.
软件详情:https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.1.3
下载地址:https://nodejs.org/en/download/current/
来自:开源中国社区

