[Pkg-javascript-commits] [sockjs-client] 97/434: Added second 'transports' table, it's close, but not identical to the first one

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository sockjs-client.

commit 72bb38474a252ecdf7cbb6257a7a9753508697a4
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Tue Aug 23 18:06:21 2011 +0100

    Added second 'transports' table, it's close, but not identical to the first one
---
 README.md | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 40871c0..222c654 100644
--- a/README.md
+++ b/README.md
@@ -100,8 +100,8 @@ Where `options` is a hash which can contain:
 </dl>
 
 
-Supported transports
---------------------
+Supported transports (#1)
+-------------------------
 
 Protocol                                          | Browser
 ------------------------------------------------- | -------------
@@ -125,6 +125,20 @@ Protocol                                          | Browser
 [^8]: http://cometdaily.com/2007/11/18/ie-activexhtmlfile-transport-part-ii/
 
 
+Supported transports (#2)
+-------------------------
+
+Transport              | Target browsers               | Good loadbalancer required |  Behaving proxy required
+---------------------- | ----------------------------- | -------------------------- | ------------------------
+WebSocket              | Chrome, Safari, Firefox 6+    |          yes               |          yes
+IFrame + EventSource   | Opera 10.70+                  |          no                |          yes
+IFrame + HtmlFile      | IE 8 (cookies=yes)            |          no                |          yes
+XHR streaming (CORS)   | IE 8 (cookies=no), Firefox <6 |          no                |          yes
+XHR polling (CORS)     | Chrome, Safari, Firefox, IE 8 |          no                |          no
+IFrame + XHR polling   | Opera                         |          no                |          no
+JsonP polling          | any                           |          no                |          no
+
+
 Deployment
 ----------
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list