summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2011-10-04 01:20:14 -0500
committerJoel Martin <github@martintribe.org>2011-10-04 01:20:14 -0500
commit6b9d6c39beb1c9dd71da4a75ee6ade41f346c23a (patch)
tree9915a2b5349f818c3363675efb88e7f617b09995 /README.md
parent55e57c204824aa555fb208ef43749655414d790a (diff)
downloadwebsockify-6b9d6c39beb1c9dd71da4a75ee6ade41f346c23a.tar.gz
Add ruby version of websockify.
Initial version is very basic but works: Hixie-76 only, no embedded webserver, no SSL, etc.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c705c8..4dff117 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,7 @@ implementations:
<th>websockify</th>
<th>other/websockify</th>
<th>other/websockify.js</th>
+ <th>other/websockify.rb</th>
<th>other/kumina</th>
<th>VNCAuthProxy 1</th>
</tr> <tr>
@@ -83,6 +84,7 @@ implementations:
<td>python</td>
<td>C</td>
<td>Node (node.js)</td>
+ <td>Ruby</td>
<td>C</td>
<td>python (twisted)</td>
</tr> <tr>
@@ -91,6 +93,7 @@ implementations:
<td>yes</td>
<td>yes</td>
<td>no</td>
+ <td>no</td>
<td>yes</td>
</tr> <tr>
<th>Daemon</th>
@@ -98,6 +101,7 @@ implementations:
<td>yes</td>
<td>no</td>
<td>no</td>
+ <td>no</td>
<td>yes</td>
</tr> <tr>
<th>SSL wss</th>
@@ -105,12 +109,14 @@ implementations:
<td>yes</td>
<td>no</td>
<td>no</td>
+ <td>no</td>
<td>yes</td>
</tr> <tr>
<th>Flash Policy Server</th>
<td>yes</td>
<td>yes</td>
<td>no</td>
+ <td>no</td>
<td>yes</td>
<td>no</td>
</tr> <tr>
@@ -120,6 +126,7 @@ implementations:
<td>no</td>
<td>no</td>
<td>no</td>
+ <td>no</td>
</tr> <tr>
<th>Web Server</th>
<td>yes</td>
@@ -127,6 +134,7 @@ implementations:
<td>no</td>
<td>no</td>
<td>no</td>
+ <td>no</td>
</tr> <tr>
<th>Program Wrap</th>
<td>yes</td>
@@ -134,11 +142,13 @@ implementations:
<td>no</td>
<td>no</td>
<td>no</td>
+ <td>no</td>
</tr> <tr>
<th>Multiple Targets</th>
<td>no</td>
<td>no</td>
<td>no</td>
+ <td>no</td>
<td>yes</td>
<td>no</td>
</tr> <tr>
@@ -148,6 +158,7 @@ implementations:
<td>yes</td>
<td>no</td>
<td>no</td>
+ <td>no</td>
</tr> <tr>
<th>Hixie 76</th>
<td>yes</td>
@@ -155,12 +166,14 @@ implementations:
<td>yes</td>
<td>yes</td>
<td>yes</td>
+ <td>yes</td>
</tr> <tr>
<th>IETF/HyBi 07-10</th>
<td>yes</td>
<td>no</td>
<td>no</td>
<td>no</td>
+ <td>no</td>
<td>yes</td>
</tr>
</table>