Node.js v6.8.1 (Current) 发布了。Node.js 是一套用来编写高性能网络服务器的 JavaScript 工具包,本次值得关注的更新如下:
build: Fix building with shared zlib. (Bradley T. Hughes) #9077
stream: Fix regression in stream.Writable subclass instanceof checks. (Anna Henningsen) #9088
timers: Fix regression where immediates that are cleared in the callback would never be called. (Brian White) #9086
软件详情:https://nodejs.org/en/blog/release/v6.8.1/
下载地址:https://github.com/nodejs/node/archive/v6.8.1.zip
来自:开源中国社区

