发布于 2017-07-20 01:23:29 | 106 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Node.js主要方法使用说明,程序狗速度看过来!
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node.js 8.2.0 已发布,
Node.js 8.2.0 有以下值得关注的更新:
Async Hooks
已经对 async_hooks
中的 Promise 支持进行了多项改进
Build
使用 GCC 构建 Node 的编译器版本要求已经升级到 GCC 4.9.4 [820b011ed6
] #13466
Cluster
Users now have more fine-grained control over the inspector port used by individual cluster workers. Previously, cluster workers were restricted to incrementing from the master's debug port. [dfc46e262a
]#14140
DNS
用于 DNS 查询的服务器现在可以使用自定义端口 [ebe7bb29aa
] #13723
添加对 dns.resolveAny()
的支持 [6e30e2558e
] #13137
npm
The npm
CLI has been updated to version 5.3.0. In particular, it now comes with the npx
binary, which is also shipped with Node. [dc3f6b9ac1
] #14235
下载地址