zoukankan      html  css  js  c++  java
  • 【Node.js 自己封装的库 http_parse, libuv】

    【Node.js 自己封装的库 http_parse, libuv】

    Node.js 

    介绍:一个网络框架,更多:http://www.oschina.net/p/nodejs

    官网:http://nodejs.org/

    代码库地址:https://github.com/joyent

    http_parser:

    介绍:一个解析http协议的东西,有部分内容来自于Nginx

    代码:https://github.com/joyent/http-parser

    libuv

    介绍:基于异步事件的封装,比 libevent/libev 更容易使用,跨平台性更好,代码部分来源 libev和nginx,目前微软使用libUV把redis移植到了Windows

    代码:https://github.com/joyent/libuv

    相关:

    http://blog.codingnow.com/2012/01/libuv.html

    http://c.chinaitlab.com/others/875170.html

  • 相关阅读:
    CCS
    CCS
    CCS
    CCS
    CCS
    CCS
    CCS
    CCS
    Java之内部类
    Java之回调模式和ThreadLocal
  • 原文地址:https://www.cnblogs.com/lidabo/p/3768246.html
Copyright © 2011-2022 走看看