A little more cleanup of browser table.
This commit is contained in:
parent
3df41d67e1
commit
b8e07362d9
19
README.md
19
README.md
|
@ -93,13 +93,11 @@ In the following table Jaunty is Ubuntu 9.04 and WinXP is Windows XP.
|
|||
</tr> <tr>
|
||||
<td>Jaunty</td> <td>Firefox 3.5</td>
|
||||
<td>Good</td>
|
||||
<td>Large full-color images are somewhat slow due to
|
||||
web-socket-js overhead.</td>
|
||||
<td>Large full-color images are somewhat slow from web-socket-js overhead.</td>
|
||||
</tr> <tr>
|
||||
<td>Jaunty</td> <td>Opera 10.60</td>
|
||||
<td>Fair</td>
|
||||
<td>web-socket-js interaction problems: slower than firefox,
|
||||
occasional hangs.</td>
|
||||
<td>Poor</td>
|
||||
<td>web-socket-js problems, mouse/keyboard issues. See note 1</td>
|
||||
</tr> <tr>
|
||||
<td>Jaunty</td> <td>Arora 0.5</td>
|
||||
<td>Good</td>
|
||||
|
@ -125,8 +123,7 @@ In the following table Jaunty is Ubuntu 9.04 and WinXP is Windows XP.
|
|||
</tr> <tr>
|
||||
<td>WinXP</td> <td>Safari 5.0</td>
|
||||
<td>Fair</td>
|
||||
<td>Fast. Native WebSockets. Broken 'wss://'
|
||||
(SSL) - weird client header</td>
|
||||
<td>Fast. Native WebSockets. Broken 'wss://' (SSL) - weird client header</td>
|
||||
</tr> <tr>
|
||||
<td>WinXP</td> <td>IE 6, 7, 8</td>
|
||||
<td><strong>Non-starter</strong></td>
|
||||
|
@ -135,6 +132,14 @@ In the following table Jaunty is Ubuntu 9.04 and WinXP is Windows XP.
|
|||
</table>
|
||||
|
||||
|
||||
* Note 1: Opera interacts poorly with web-socket-js. After two
|
||||
disconnects the browser tab or Flash often hang. Although Javascript
|
||||
is faster than Firefox 3.5, the high variability of web-socket-js
|
||||
performance results in overall performance being lower. Middle mouse
|
||||
clicks and keyboard events need some work to work properly under
|
||||
Opera.
|
||||
|
||||
|
||||
### Integration
|
||||
|
||||
The client is designed to be easily integrated with existing web
|
||||
|
|
Loading…
Reference in New Issue