From 164c9e806cb5021da977f8c875f7d9596e8ddf0a Mon Sep 17 00:00:00 2001 From: clowwindy Date: Thu, 11 Dec 2014 08:27:12 -0800 Subject: [PATCH] Created Feature Comparison across Different Versions (markdown) --- ...re-Comparison-across-Different-Versions.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Feature-Comparison-across-Different-Versions.md diff --git a/Feature-Comparison-across-Different-Versions.md b/Feature-Comparison-across-Different-Versions.md new file mode 100644 index 0000000..280bb13 --- /dev/null +++ b/Feature-Comparison-across-Different-Versions.md @@ -0,0 +1,24 @@ +Here's the page answering questions: does A support B? + +## Servers + + | Python | libev | Go | node.js +----------------- | --------- | ----------- | ----------| --------- +Fast Open | Y | Y | N | N +Multiple Users | Y | N | Y | N +Workers | Y | N | Y | N +Graceful Restart | Y | N | N | N +ss-redir | N | Y | N | N +ss-tunnel | N | Y | N | N +UDP Relay | Y | Y | N | Y + +## Clients + + | Windows | ShadowsocksX | Android | iOS App Store +------------------ | ------- | ------------ | ------- | -------------- +System Proxy | Y | Y | Y | N +CHNRoutes | Y | Y | Y | Y +PAC Configuration | Y | Y | N | N +Profile Switching | Y | Y | Y | N +QR Code Scan | N | N | Y | Y +QR Code Generation | Y | Y | N | N