发布于 2016-03-10 01:50:54 | 182 次阅读 | 评论: 0 | 来源: 网友投递

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

Node.js 服务器端的JavaScript

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


Node.js 今天发布两个更新版本,分别是:

4.4.0 

SEMVER-MINOR 变化包括:

  • deps:

    • An update to v8 that introduces a new flag --perf_basic_prof_only_functions (Ali Ijaz Sheikh) #3609

  • http:

    • A new feature in http(s) agent that catches errors on keep alived connections (José F. Romaniello) #4482

  • src:

    • Better support for Big-Endian systems (Bryon Leung) #3410

  • tls:

    • A new feature that allows you to pass common SSL options to tls.createSecurePair (Коренберг Марк) #2441

  • tools:

    • a new flag --prof-process which will execute the tick processor on the provided isolate files (Matt Loring) #4021

Notable semver patch changes include:

  • build:

    • Support python path that includes spaces. This should be of particular interest to our Windows users who may have python living in c:/Program Files (Felix Becker) #4841

  • https:

    • A potential fix for #3692 HTTP/HTTPS client requests throwing EPROTO (Fedor Indutny) #4982

  • installer:

    • More readable profiling information from isolate tick logs (Matt Loring) #3032

  • npm:

    • upgrade to npm 2.14.20 (Kat Marchán) #5510

  • process:

    • Add support for symbols in event emitters. Symbols didn't exist when it was written ¯_(ツ)_/¯ (cjihrig) #4798

  • querystring:

    • querystring.parse() is now 13-22% faster! (Brian White) #4675

  • streams:

    • performance improvements for moving small buffers that shows a 5% throughput gain. IoT projects have been seen to be as much as 10% faster with this change! (Matteo Collina) #4354

  • tools:

    • eslint has been updated to version 2.1.0 (Rich Trott) #5214

5.8.0 值得关注的改进内容:

  • child_process: send() now accepts an options parameter (cjihrig) #5283.

    • Currently the only option is keepOpen, which keeps the underlying socket open after the message is sent.

  • constants: ENGINE_METHOD_RSA is now correctly exposed (Sam Roberts) #5463.

  • Fixed two regressions which originated in v5.7.0:

    • http: Errors inside of http client callbacks now propagate correctly (Trevor Norris) #5591.

    • path: Fixed normalization of absolute paths (Evan Lucas) #5589.

  • repl: start() no longer requires an options parameter (cjihrig) #5388.

  • util: Improved format() performance 50-300% (Evan Lucas) #5360.

相关链接:

https://nodejs.org/en/blog/release/v4.4.0/

https://nodejs.org/en/blog/release/v5.8.0/



历史版本 :
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号  版权声明  广告服务