README.md: note protocols supported by each variant.
This commit is contained in:
parent
88b71ce171
commit
d82aeac93a
12
README.md
12
README.md
|
|
@ -82,6 +82,9 @@ implementations:
|
|||
<th>Session Record</th>
|
||||
<th>Web Server</th>
|
||||
<th>Program Wrap</th>
|
||||
<th>Hixie 75</th>
|
||||
<th>Hixie 76</th>
|
||||
<th>IETF/HyBi 07</th>
|
||||
</tr> <tr>
|
||||
<td>websockify</td>
|
||||
<td>python</td>
|
||||
|
|
@ -92,6 +95,9 @@ implementations:
|
|||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr> <tr>
|
||||
<td>other/websockify</td>
|
||||
<td>C</td>
|
||||
|
|
@ -102,6 +108,9 @@ implementations:
|
|||
<td>no</td>
|
||||
<td>no</td>
|
||||
<td>no</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>no</td>
|
||||
</tr>
|
||||
</tr> <tr>
|
||||
<td>other/websockify.js</td>
|
||||
|
|
@ -113,6 +122,9 @@ implementations:
|
|||
<td>no</td>
|
||||
<td>no</td>
|
||||
<td>no</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>no</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue