发布于 2015-09-17 07:32:18 | 93 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的Node.JS入门教程,程序狗速度看过来!

Node.js 服务器端的JavaScript

Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用


Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用

Node v4.1.0 (Stable) 发布,值得关注的改进:

  • buffer:

    • Buffers are now created in JavaScript, rather than C++. This increases the speed of buffer creation (Trevor Norris) #2866.

    • Buffer#slice() now uses Uint8Array#subarray() internally, increasing slice() performance (Karl Skomski) #2777.

  • fs:

    • fs.utimes() now properly converts numeric strings, NaN, and Infinity (Yazhong Liu) #2387.

    • fs.WriteStream now implements _writev, allowing for super-fast bulk writes (Ron Korving) #2167.

  • http: Fixed an issue with certain write() sizes causing errors when using http.request() (Fedor Indutny) #2824.

  • npm: Upgrade to version 2.14.3, see https://github.com/npm/npm/releases/tag/v2.14.3 for more details (Kat Marchán) #2822.

  • src: V8 cpu profiling no longer erroneously shows idle time (Oleksandr Chekhovskyi) #2324.

  • timers: #ref() and #unref() now return the timer they belong to (Sam Roberts) #2905.

  • v8: Lateral upgrade to 4.5.103.33 from 4.5.103.30, contains minor fixes (Ali Ijaz Sheikh) #2870.

    • This fixes a previously known bug where some computed object shorthand properties did not work correctly (#2507).

更多改进内容请看发行说明

下载:



历史版本 :
Node.js v8.9.4 (LTS) 发布,可以从任何目录配置
Node.js v6.12.3 (LTS) 发布,可以从任何目录配置
Node.js 9.3.0 发布,服务器端 JavaScript 运行环境
Node.js v9.2.1,v8.9.3, v4.8.7 发布
Node.js v6.12.2 “Boron”(LTS) 发布,修复漏洞
Node v8.9.2 和 v6.12.1 长期支持版发布
Node.js v9.2.0 发布,服务器端 JavaScript 运行环境
Node v8.9.1 (LTS) 发布,服务器端 JavaScript 运行环境
Node.js v9.1.0 发布,服务器端 JavaScript 运行环境
Node.js v9.0.0 发布,服务器端 JavaScript 运行环境
Node 8.8.0、6.11.5 和 4.8.5 发布,你在用哪版?
Node.js v8.7.0 发布,服务器端 JavaScript 运行环境
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务