mirror of
https://github.com/skywind3000/kcp.git
synced 2024-12-26 23:20:10 +08:00
commit
f553df7afc
@ -167,6 +167,7 @@ Both the use and configuration of the protocol is very simple, in most cases, af
|
|||||||
- [kcp-csharp](https://github.com/limpo1989/kcp-csharp): The csharp migration of kcp, containing the session management, which can access the above kcp-go server.
|
- [kcp-csharp](https://github.com/limpo1989/kcp-csharp): The csharp migration of kcp, containing the session management, which can access the above kcp-go server.
|
||||||
- [kcp2k](https://github.com/vis2k/kcp2k/): Line-by-line translation to C#, with optional Server/Client on top.
|
- [kcp2k](https://github.com/vis2k/kcp2k/): Line-by-line translation to C#, with optional Server/Client on top.
|
||||||
- [kcp-rs](https://github.com/en/kcp-rs): The rust migration of KCP
|
- [kcp-rs](https://github.com/en/kcp-rs): The rust migration of KCP
|
||||||
|
- [kcp-rust-native](https://github.com/b23r0/kcp-rust-native):KCP bindings for Rust
|
||||||
- [lua-kcp](https://github.com/linxiaolong/lua-kcp): Lua extension of KCP, applicable for Lua server
|
- [lua-kcp](https://github.com/linxiaolong/lua-kcp): Lua extension of KCP, applicable for Lua server
|
||||||
- [node-kcp](https://github.com/leenjewel/node-kcp): KCP interface for node-js
|
- [node-kcp](https://github.com/leenjewel/node-kcp): KCP interface for node-js
|
||||||
- [nysocks](https://github.com/oyyd/nysocks): Nysocks provides proxy services base on libuv and kcp for nodejs users. Both SOCKS5 and ss protocols are supported in the client.
|
- [nysocks](https://github.com/oyyd/nysocks): Nysocks provides proxy services base on libuv and kcp for nodejs users. Both SOCKS5 and ss protocols are supported in the client.
|
||||||
|
@ -169,6 +169,7 @@ vcpkg中的kcp库由Microsoft团队成员和社区贡献者保持最新状态。
|
|||||||
- [kcp-rs](https://github.com/en/kcp-rs): KCP的 rust移植
|
- [kcp-rs](https://github.com/en/kcp-rs): KCP的 rust移植
|
||||||
- [kcp-rust](https://github.com/Matrix-Zhang/kcp):新版本 KCP的 rust 移植
|
- [kcp-rust](https://github.com/Matrix-Zhang/kcp):新版本 KCP的 rust 移植
|
||||||
- [tokio-kcp](https://github.com/Matrix-Zhang/tokio_kcp):rust tokio 的 kcp 集成
|
- [tokio-kcp](https://github.com/Matrix-Zhang/tokio_kcp):rust tokio 的 kcp 集成
|
||||||
|
- [kcp-rust-native](https://github.com/b23r0/kcp-rust-native):rust 的 kcp bindings
|
||||||
- [lua-kcp](https://github.com/linxiaolong/lua-kcp): KCP的 Lua扩展,用于 Lua服务器
|
- [lua-kcp](https://github.com/linxiaolong/lua-kcp): KCP的 Lua扩展,用于 Lua服务器
|
||||||
- [node-kcp](https://github.com/leenjewel/node-kcp): node-js 的 KCP 接口
|
- [node-kcp](https://github.com/leenjewel/node-kcp): node-js 的 KCP 接口
|
||||||
- [nysocks](https://github.com/oyyd/nysocks): 基于libuv实现的[node-addon](https://nodejs.org/api/addons.html),提供nodejs版本的代理服务,客户端接入支持SOCKS5和ss两种协议
|
- [nysocks](https://github.com/oyyd/nysocks): 基于libuv实现的[node-addon](https://nodejs.org/api/addons.html),提供nodejs版本的代理服务,客户端接入支持SOCKS5和ss两种协议
|
||||||
|
Loading…
Reference in New Issue
Block a user