1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Node v0.12.2 (Stable) 发布,JavaScript 脚本 下载

本帖由 漂亮的石头2015-04-01 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    Node v0.12.2 (Stable) 发布,此版本更新信息如下:


    • uv: Upgrade to 1.4.2


    • npm: Upgrade to 2.7.4


    • V8: Fix --max_old_space_size=4096 integer overflow (Andrei Sedoi)


    • asyncwrap: fix constructor condition for early ret (Trevor Norris)


    • buffer: align chunks on 8-byte boundary (Fedor Indutny)


    • buffer: fix pool offset adjustment (Trevor Norris)


    • console: allow Object.prototype fields as labels (Colin Ihrig)


    • fs: make F_OK/R_OK/W_OK/X_OK not writable (Jackson Tian)


    • fs: properly handle fd passed to truncate() (Bruno Jouhier)


    • http: fix assert on data/end after socket error (Fedor Indutny)


    • lib: fix max size check in Buffer constructor (Ben Noordhuis)


    • lib: fix stdio/ipc sync i/o regression (Ben Noordhuis)


    • module: replace NativeModule.require (Herbert Vojčík)


    • net: allow port 0 in connect() (cjihrig)


    • net: unref timer in parent sockets (Fedor Indutny)


    • path: refactor for performance and consistency (Nathan Woltman)


    • smalloc: extend user API (Trevor Norris)


    • src: fix for SIGINT crash on FreeBSD (Fedor Indutny)


    • src: fix builtin modules failing with --use-strict (Julien Gilli)


    • watchdog: fix timeout for early polling return (Saúl Ibarra Corretgé)

    下载信息:


    详细信息请查看发行页面

    Node.js 是一套用来编写高性能网络服务器的 JavaScript 工具包,一系列的变化由此开始。比较独特的是,Node.js 会假设你是在 POSIX 环境下运行它 Linux 或 Mac OS X。如果你是在Windows下,那就需要安装 MinGW 以获得一个仿 POSIX 的环境。在 Node 中,Http 是首要的。Node 为创建 http 服务器作了优化,所以你在网上看到的大部分示例和库都是集中在 web 上(http 框架、模板库等)。

    这里是一个简单的 hello world 的 Web 服务器。
    Node v0.12.2 (Stable) 发布,JavaScript 脚本下载地址
     
正在加载...