增加成功案例

This commit is contained in:
skywind3000 2017-06-08 00:05:28 +08:00
parent 1cd5683bb2
commit 22b117e841

View File

@ -133,7 +133,7 @@ TCP是为流量设计的每秒内可以传输多少KB的数据讲究的
- [性能评测](https://github.com/skywind3000/kcp/wiki/KCP-Benchmark)
# 相关应用
# 开源案例
- [kcptun](https://github.com/xtaci/kcptun): 基于 kcp-go做的高速远程端口转发(隧道) 配合ssh -D可以比 shadowsocks 更流畅的看在线视频。
- [dog-tunnel](https://github.com/vzex/dog-tunnel): GO开发的网络隧道使用 KCP极大的改进了传输速度并移植了一份 GO版本 KCP
@ -146,7 +146,22 @@ TCP是为流量设计的每秒内可以传输多少KB的数据讲究的
- [lua-kcp](https://github.com/linxiaolong/lua-kcp): KCP的 Lua扩展用于 Lua服务器
- [node-kcp](https://github.com/leenjewel/node-kcp): node-js 的 KCP 接口
- [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android): Shadowsocks for android 集成了 kcptun 使用 kcp协议加速 shadowsocks效果不错
- [kcpuv](https://github.com/elisaday/kcpuv): 使用 libuv开发的kcpuv库目前还在 Demo阶段。
- [kcpuv](https://github.com/elisaday/kcpuv): 使用 libuv开发的kcpuv库目前还在 Demo阶段
- [Lantern](https://getlantern.org/):更好的 VPNGithub 50000 星,使用 kcpgo 加速
- [rpcx](https://github.com/smallnest/rpcx) RPC 框架1000+ 星,使用 kcpgo 加速 RPC
# 商业案例
| 名称 | 说明 |
|------|------|
| ![](http://skywind3000.github.io/word/images/kcp/demo-6.jpg) | KCP 助力 TapTap 的《明日帝国》,加速游戏消息,让全球玩家流畅联网 |
| ![](http://skywind3000.github.io/word/images/kcp/demo-5.jpg) | KCP 助力《仙灵大作战》,优化 MOBA 游戏同步 |
| ![](http://skywind3000.github.io/word/images/kcp/demo-7.jpg) | KCP 助力云帆加速,加速文件传输 |
| ![](http://skywind3000.github.io/word/images/kcp/demo-3.jpg) | 梦幻西游使用 kcp 加速实时语音 |
| ![](http://skywind3000.github.io/word/images/kcp/demo-4.jpg) | 倩女幽魂使用 kcp 加速实时语音 |
| ![](http://skywind3000.github.io/word/images/kcp/demo-2.jpg) | 网易 BOBO 使用 kcp 加速主播推流 |
| ![](http://skywind3000.github.io/word/images/kcp/demo-1.jpg) | 网易 CC 使用 kcp 加速音视频串流,有效提高流畅性 |
# 协议比较