From 1221c9d6acf2c2f441484e79dd4f38706709cfad Mon Sep 17 00:00:00 2001 From: clowwindy Date: Fri, 4 Jan 2013 01:58:12 -0800 Subject: [PATCH] Created Ports and Clients (markdown) --- Ports-and-Clients.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Ports-and-Clients.md diff --git a/Ports-and-Clients.md b/Ports-and-Clients.md new file mode 100644 index 0000000..957938b --- /dev/null +++ b/Ports-and-Clients.md @@ -0,0 +1,23 @@ +Feel free to add to this list. + +Common: + +* Python: [shadowsocks](https://github.com/clowwindy/shadowsocks) +* node.js: [shadowsocks-nodejs](https://github.com/clowwindy/shadowsocks-nodejs) +* Go: [shadowsocks-go](https://github.com/shadowsocks/shadowsocks-go) +* C: [shadowsocks-libev](https://github.com/clowwindy/shadowsocks-libev) - libev version +* C: [shadowsocks-libuv](https://github.com/dndx/shadowsocks-libuv) - libuv version +* Ruby: [shadowsocks-ruby](https://github.com/clowwindy/shadowsocks-ruby) +* node.js: [shadowsocks-dotcloud](https://github.com/clowwindy/shadowsocks-dotcloud) - dotcloud PAAS version. **Not compatible with other version** +* OpenWRT: [shadowsocks-openwrt](https://github.com/haohaolee/shadowsocks-openwrt) + +Mobile: +* Android: [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android) +* iOS: [shadowsocks-iOS](https://github.com/shadowsocks/shadowsocks-iOS) + +Other Clients that support shadowsocks: +* [GoAgentX](https://github.com/ohdarling/GoAgentX) +* [cow](https://github.com/cyfdecyf/cow) + +Forks which added other features: +* [balan-proxy](https://github.com/lerry/balan-proxy)