发布于 2017-06-14 01:01:40 | 132 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Node.js主要方法使用说明,程序狗速度看过来!
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node.js 8.1.1 已发布,Node.js 是一套用来编写高性能网络服务器的 JavaScript 工具包。
主要更新如下:
Child processes
stdout
and stderr
are now available on the error output of a failed call to the util.promisify()
ed version ofchild_process.exec
HTTP
A regression that broke certain scenarios in which HTTP is used together with the cluster
module has been fixed
HTTPS
The rejectUnauthorized
option now works properly for unix sockets
Readline
A change that broke npm init
and other code which uses readline
multiple times on the same input stream is reverted
下载地址:
https://nodejs.org/dist/v8.1.1/node-v8.1.1-x64.msi