From 27ba6e63ac2f9d05cbb3d335ad982b6aff2f709a Mon Sep 17 00:00:00 2001 From: oyyd Date: Mon, 8 Jan 2018 19:18:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0nysocks=E5=88=B0=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.en.md b/README.en.md index 1cbed50..46a7946 100644 --- a/README.en.md +++ b/README.en.md @@ -150,6 +150,7 @@ Both the use and configuration of the protocol is very simple, in most cases, af - [kcp-rs](https://github.com/en/kcp-rs): The rust migration of KCP - [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. - [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android): Shadowsocks for android has integrated kcptun using kcp protocol to accelerate shadowsocks, with good results - [kcpuv](https://github.com/elisaday/kcpuv): The kcpuv library developed with libuv, currently still in the early alpha phase. - [xkcptun](https://github.com/liudf0716/xkcptun): C language implementation of kcptun, embedded-friendly for [LEDE](https://github.com/lede-project/source) and [OpenWrt](https://github.com/openwrt/openwrt) projects. diff --git a/README.md b/README.md index aa644b7..eccfe55 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ TCP是为流量设计的(每秒内可以传输多少KB的数据),讲究的 - [tokio-kcp](https://github.com/Matrix-Zhang/tokio_kcp):rust tokio 的 kcp 集成 - [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两种协议 - [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android): Shadowsocks for android 集成了 kcptun 使用 kcp协议加速 shadowsocks,效果不错 - [kcpuv](https://github.com/elisaday/kcpuv): 使用 libuv开发的kcpuv库,目前还在 Demo阶段 - [Lantern](https://getlantern.org/):更好的 VPN,Github 50000 星,使用 kcpgo 加速