diff --git a/Browser-support.md b/Browser-support.md index ec874f3..87acc70 100644 --- a/Browser-support.md +++ b/Browser-support.md @@ -1,4 +1,42 @@ -This list show results of testing noVNC on various browser and OS combinations. +In general noVNC works on any browser with Canvas and WebSockets +support (either native or via web-socket-js) which is just about +everything except IE 8 and lower. However, noVNC works best and is +fastest in Chrome (any version) and Firefox 4 (with native WebSockets +manually enabled, see note 4). + +The following tables show results of testing noVNC on various browser +and OS combinations. + +### Ubuntu Maverick (10.10) + +
| Browser | +Status | +Performance/Notes | +
|---|---|---|
| Chrome 12.0.742.91 | +Excellent | +Very fast. Native WebSockets. | +
| Chrome 10.0.648.205 | +Excellent | +Very fast. Native WebSockets. | +
| Firefox 4.0.1 | +Very Good | +Very fast with native WebSockets enabled (see note 4) | +
| Firefox 3.6.16 | +Good | +Slowed by web-socket-js overhead. | +
| Opera 11.11 (native WebSockets) | +Good | +Native WebSockets enabled (see note 4). | +