皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Node.js 11.1.0 发布,服务器端的 JavaScript 运行环境

Node.js v11.1.0 已发布,这是针对 v11.0.0 的修复和改进版本,更新包括:

  • deps
    • Updated ICU to 63.1. #23715
  • repl
    • Top-level for-await-of is now supported in the REPL. #23841
  • timers
    • Fixed an issue that could cause timers to enter an infinite loop. #23870

下载地址:https://nodejs.org/en/download/current/

Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。

转自 https://www.oschina.net/news/101442/nodejs-11-1-0-released