summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2011-07-14 12:27:04 -0500
committerJoel Martin <github@martintribe.org>2011-07-14 12:27:04 -0500
commit6a7b56d56f149a43bd5c3b9c64060348593ddfef (patch)
treeb4da10a4d6070a352ac4fee5b0973f1a2f59fd3e /README.md
parent108b617eef8394daa4b07d36b9a1c4635434f546 (diff)
downloadwebsockify-6a7b56d56f149a43bd5c3b9c64060348593ddfef.tar.gz
READMEs: kumina features, clarifications.
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.md b/README.md
index 12a8ae8..cdd65da 100644
--- a/README.md
+++ b/README.md
@@ -77,48 +77,70 @@ implementations:
<th>websockify</th>
<th>other/websockify</th>
<th>other/websockify.js</th>
+ <th>other/kumina</th>
</tr> <tr>
<th>Language</th>
<td>python</td>
<td>C</td>
<td>Node (node.js)</td>
+ <td>C</td>
</tr> <tr>
<th>Multiproc</th>
<td>yes</td>
<td>yes</td>
<td>yes</td>
+ <td>no</td>
</tr> <tr>
<th>Daemon</th>
<td>yes</td>
<td>yes</td>
<td>no</td>
+ <td>no</td>
</tr> <tr>
<th>SSL wss</th>
<td>yes 1</td>
<td>yes</td>
<td>no</td>
+ <td>no</td>
</tr> <tr>
<th>Flash Policy Server</th>
<td>yes</td>
<td>yes</td>
<td>no</td>
+ <td>yes</td>
</tr> <tr>
<th>Session Record</th>
<td>yes 2</td>
<td>no</td>
<td>no</td>
+ <td>no</td>
</tr> <tr>
<th>Web Server</th>
<td>yes</td>
<td>no</td>
<td>no</td>
+ <td>no</td>
</tr> <tr>
<th>Program Wrap</th>
<td>yes</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>yes</td>
+ </tr> <tr>
+ <th>Hixie 75</th>
+ <td>yes</td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>no</td>
</tr> <tr>
- <th>Hixie 75/76</th>
+ <th>Hixie 76</th>
+ <td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
@@ -127,6 +149,7 @@ implementations:
<td>yes</td>
<td>no</td>
<td>no</td>
+ <td>no</td>
</tr>
</table>