diff --git a/utils/README.md b/utils/README.md index b9b5b53d..93fdfb32 100644 --- a/utils/README.md +++ b/utils/README.md @@ -59,73 +59,63 @@ There are three implementations of wsproxy: python, C, and Node Here is the feature support matrix for the the wsproxy implementations and wswrapper: - - - - - - - - + - - - - - - - - - - - - - - - - - - - - + + - - - - - - + + + + + + + + + - - - - - + + + + + + + + - - + + + + + + - - - + + + + + + +
Feature\Programwsproxy.pywsproxywsproxy.jswswrap/wswrapper
Program LanguagepythonCNode (node.js)C
Primary Functionproxyproxyproxyinterposer
Multi-processyesyesyesindirectly
Proxy or InterposerMultiprocess Daemonizeyesyesnoindirectly
SSL/wssFlash Policy ServerSession RecordWeb Server
wsproxy.pypythonproxyyesyes yes 1 yesnono
Flash Policy Serveryesyes
wsproxyCproxyyesyes yes yes no no
Web Server
wsproxy.jsNode (node.js)proxy yes no no nonono
Session Recordingyes
wswrap/wswrapper.soshell/Cinterposerindirectlyindirectlyno no no no
+ * Note 1: to use SSL/wss with python 2.5 or older, see the following section on *Building the Python ssl module*.