mirror of
https://github.com/skywind3000/kcp.git
synced 2025-03-14 00:30:11 +08:00
增加成功案例
This commit is contained in:
parent
1cd5683bb2
commit
22b117e841
19
README.md
19
README.md
@ -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/):更好的 VPN,Github 50000 星,使用 kcpgo 加速
|
||||
- [rpcx](https://github.com/smallnest/rpcx) :RPC 框架,1000+ 星,使用 kcpgo 加速 RPC
|
||||
|
||||
# 商业案例
|
||||
|
||||
| 名称 | 说明 |
|
||||
|------|------|
|
||||
|  | KCP 助力 TapTap 的《明日帝国》,加速游戏消息,让全球玩家流畅联网 |
|
||||
|  | KCP 助力《仙灵大作战》,优化 MOBA 游戏同步 |
|
||||
|  | KCP 助力云帆加速,加速文件传输 |
|
||||
|  | 梦幻西游使用 kcp 加速实时语音 |
|
||||
|  | 倩女幽魂使用 kcp 加速实时语音 |
|
||||
|  | 网易 BOBO 使用 kcp 加速主播推流 |
|
||||
|  | 网易 CC 使用 kcp 加速音视频串流,有效提高流畅性 |
|
||||
|
||||
|
||||
# 协议比较
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user