From 6ace64d3ae7d034d049b9bb252b9c19c1e872667 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 6 Jan 2011 19:21:17 -0600 Subject: [PATCH] utils/README.md: horizontal looks better. Flip table back to be horizontal. More readable. --- utils/README.md | 78 +++++++++++++++++++++---------------------------- 1 file changed, 34 insertions(+), 44 deletions(-) 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*.