发布于 2016-05-25 00:29:13 | 62 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Node.js主要方法使用说明,程序狗速度看过来!
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node v4.4.5 (LTS) 发布了,以下是值得关注的内容。
buffer:
Buffer no longer errors if you call lastIndexOf with a search term longer than the buffer (Anna Henningsen)#6511
contextify:
Context objects are now properly garbage collected, this solves a problem some individuals were experiencing with extreme memory growth (Ali Ijaz Sheikh) #6871
deps:
update npm to 2.15.5 (Rebecca Turner) #6663
http:
Invalid status codes can no longer be sent. Limited to 3 digit numbers between 100 - 999 (Brian White) #6291
更新详情及下载地址:https://nodejs.org/en/blog/release/v4.4.5/