[Pkg-javascript-commits] [sockjs-client] 73/434: Few more words
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:02 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 140a1298f1110cf9bcd7670cf48b9212dc3ee0c7
Author: Marek Majkowski <majek04 at gmail.com>
Date: Thu Aug 11 16:39:24 2011 +0100
Few more words
---
README.md | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 5e79811..60df14f 100644
--- a/README.md
+++ b/README.md
@@ -3,16 +3,22 @@ SockJS
======
Pure JavaScript WebSockets-like API for browsers that don't support
-HTML5 or are running behind a proxy.
+HTML5 or are running behind a restrictive proxy.
- * No Flash inside (no need to open port 843 - which often doesn't
- work through proxies, no need to host `crossdomain.xml`)
+Philosophy:
+
+ * No Flash inside (no need to open port 843 - which doesn't work
+ through proxies, no need to host `crossdomain.xml`, no need
+ [to wait for 3 seconds](https://github.com/gimite/web-socket-js/issues/49)
+ in order to detect that)
* All the transports support cross domain connections. It's possible
- and recommended to host SockJS on different domain than your main
- web site.
+ and recommended to host SockJS server on different domain than your
+ main web site.
+ * There is a support for at least one streaming protocol for every
+ major browser.
* Polling transports are be used as a fallback for old browsers and
hosts behind restrictive proxies.
-
+ * Connection establishment should be fast and lightweight.
Supported transports
--------------------
--
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