diff --git a/README.en.md b/README.en.md index 2f32e1a..01e624a 100644 --- a/README.en.md +++ b/README.en.md @@ -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. - [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-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 - [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. diff --git a/README.md b/README.md index 4c83fa6..39273f6 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ vcpkg中的kcp库由Microsoft团队成员和社区贡献者保持最新状态。 - [kcp-rs](https://github.com/en/kcp-rs): KCP的 rust移植 - [kcp-rust](https://github.com/Matrix-Zhang/kcp):新版本 KCP的 rust 移植 - [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服务器 - [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两种协议