diff --git a/README.md b/README.md index 343ae93e..dc0fc14a 100644 --- a/README.md +++ b/README.md @@ -91,22 +91,20 @@ In the following table Jaunty is Ubuntu 9.04 and WinXP is Windows XP. Excellent Very fast. Native WebSockets. - Jaunty Firefox 3.5 + Jaunty Firefox 3.5 Good - Large full-color images are somewhat slow due to - web-socket-js overhead. + Large full-color images are somewhat slow from web-socket-js overhead. - Jaunty Opera 10.60 - Fair - web-socket-js interaction problems: slower than firefox, - occasional hangs. + Jaunty Opera 10.60 + Poor + web-socket-js problems, mouse/keyboard issues. See note 1 - Jaunty Arora 0.5 + Jaunty Arora 0.5 Good Broken putImageData so large full-color images are slow. Uses web-socket-js. - Jaunty Konqueror 4.2.2 + Jaunty Konqueror 4.2.2 Broken web-socket-js never loads @@ -115,26 +113,33 @@ In the following table Jaunty is Ubuntu 9.04 and WinXP is Windows XP. - WinXP Chrome 5.0.375.99 + WinXP Chrome 5.0.375.99 Excellent Very fast. Native WebSockets. - WinXP Firefox 3.0.19 + WinXP Firefox 3.0.19 Good Some overhead from web-socket-js. - WinXP Safari 5.0 + WinXP Safari 5.0 Fair - Fast. Native WebSockets. Broken 'wss://' - (SSL) - weird client header + Fast. Native WebSockets. Broken 'wss://' (SSL) - weird client header - WinXP IE 6, 7, 8 + WinXP IE 6, 7, 8 Non-starter No basic Canvas support. Javascript painfully slow. +* 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