Node.js v5.9.0发布,JavaScript工具包
欢迎加入运维网交流群:263444886>>> »Node.js v5.9.0发布了。Node.js是一套用来编写高性能网络服务器的JavaScript工具包,一系列的变化由此开始。比较独特的是,Node.js会假设你是在POSIX环境下运行它Linux 或 Mac OS X。如果你是在Windows下,那就需要安装MinGW以获得一个仿POSIX的环境。在Node中,Http是首要的。Node为创建http服务器作了优化,所以你在网上看到的大部分示例和库都是集中在web上(http框架、模板库等)。
Release Types
The Node.js project maintains multiple types of>
Stable:>
LTS:> Nightly: Versions of code in this repository on the current Stable branch, automatically built every 24-hours where changes exist. Use with caution.
Download
Binaries, installers, and source tarballs are available at https://nodejs.org.
Stable and LTS>
Nightly builds are available at https://nodejs.org/download/nightly/, listed under their version string which includes their date (in UTC time) and the commit SHA at the HEAD of the>
API documentation is available in each>
页:
[1]