H2O 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
H2O 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
H2O 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 MIT
开发语言 C/C++ 查看源码 »
操作系统 Linux
软件类型 开源软件
所属分类 服务器软件HTTP服务器
开源组织
地区 不详
投 递 者 红薯
适用人群 未知
收录时间 2014-09-20

软件简介

H2O 是一个经过优化的 HTTP 服务器实现,可用于一个标准的独立服务器或者是一个 HTTP 服务器开发包。

支持的协议有:

  • HTTP/1.0 (http and https)

  • HTTP/1.1 (http and https)

  • Websocket (RFC6455, both ws and wss)

  • HTTP/2.0 (draft 14, via Upgrade, NPN, ALPN)

 

依赖包:

  • OpenSSL (mandatory)

  • libyaml (optional; required when building the server)

  • libuv 1.0.0 (optional; required when using h2o as a library)

  • wslay (optional; required if you need support for websocket)

实际测试发现 H2O 的性能是 Nginx 的两倍左右 (ab -c 500 -n 100000 -k)。

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击加入讨论🔥(9)
发表了资讯
2015/07/23 00:00

H2O 1.4.0 发布, HTTP 服务器

H2O 1.4.0 发布,相比之前的1.3.1版本有一些更新和 bug 修复,主要如下: Support for the PROXY protocol Support for cache-based and ticket-based TLS session resumption using Memcached (and forward secrecy) features: cache-based session resumption using memcached automatic rollover of master secret used for ticket-based resumption synchronization of master secrets that rollover, using memcached dire...

10
31
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
9 评论
313 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部