diff --git a/README.md b/README.md index ca452b7b..f8a506ab 100644 --- a/README.md +++ b/README.md @@ -81,54 +81,60 @@ There a few reasons why a proxy is required: - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- OS - - Browser - - Status -
- Ubuntu 9.04 - - Chrome 5.0.375.29 - - Works great - OS Browser Status Notes
Ubuntu 9.04 Chrome 5.0.375.29 Works great Very fast. Native WebSockets.
Ubuntu 9.04 Firefox 3.5 Works well Large full-color images are somewhat slow due to + web-socket-js overhead.
Ubuntu 9.04 Opera 10.60 Works Rendering performance is between firefox 3.5 and + Chrome. However web-socket-js interaction causes overall + performance to be lower than firefox 3.5 and causes + occasional hangs.
Ubuntu 9.04 Arora 0.5 Works Broken putImageData so large full-color images + are slow. Uses web-socket-js.
Ubuntu 9.04 Konqueror 4.2.2 Broken web-socket-js never loads
Windows XP Chrome 5.0.375.99 Works great Very fast. Native WebSockets.
Windows XP Firefox 3.0.19 Works well Some overhead from web-socket-js.
Windows XP Safari 5.0 Works Fast. Native WebSockets. However 'wss://' + (SSL/TLS) does not work because client sends strange + handshake.
Windows XP Internet Explorer 6, 7, 8 Non-starter No basic Canvas support. Javascript painfully slow.
-* Chrome 5.0.375.29: Works great. Very fast. Native WebSockets. - -* Firefox 3.5: Works well. Large full-color images are slow mostly due - to web-socket-js overhead. - -* Opera 10.60: Works. Rendering performance is between firefox 3.5 and - Chrome. However web-socket-js interaction causes overall performance - to be lower than firefox 3.5 and causes occasional hangs. - -* Arora 0.50: Works. Broken putImageData so large full-color images - are slow. Uses web-socket-js. - -* Konqueror 4.2.2: Broken: web-socket-js never loads. - - -#### Windows (XP) - -* Chrome 5.0.375.99: Works great. Very fast. Native WebSockets. -* Firefox 3.0.19: Works well. Some overhead from web-socket-js. -* Safari 5.0: Works. Fast. Native WebSockets support. However 'wss://' - (SSL/TLS) does not work because client sends a strange handshake. - -* Internet Explorer 6, 7 and 8: Non-starter: not even basic Canvas - support. - - ### Integration