[Pkg-javascript-commits] [sockjs-client] 131/434: Cosmetic, few words about deployment and load balancing.

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:09 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 8b86bd35f9db6e548d3279d84fc40541afb9fbf4
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Tue Sep 6 17:27:25 2011 +0100

    Cosmetic, few words about deployment and load balancing.
---
 README.md | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 222c654..febcb47 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,9 @@ SockJS comes with some QUnit tests and a few smoke tests (using
 side). At the moment they are deployed in few places:
 
  * http://sockjs.popcnt.org/ (hosted in Europe)
- * http://sockjs.cloudfoundry.com/ (CloudFoundry, websockets not working)
- * https://sockjs.cloudfoundry.com/ (CloudFoundry SSL, websockets not working)
- * http://sockjs.herokuapp.com/ (Heroku, websockets not working)
+ * http://sockjs.cloudfoundry.com/ (CloudFoundry, websockets disabled, loadbalanced)
+ * https://sockjs.cloudfoundry.com/ (CloudFoundry SSL, websockets disabled, loadbalanced)
+ * http://sockjs.herokuapp.com/ (Heroku, websockets disabled)
 
 
 Example
@@ -142,9 +142,13 @@ JsonP polling          | any                           |          no
 Deployment
 ----------
 
-There should be a proper CDN for SockJS, but there isn't one yet. In
-the meantime you can use releases hosted on Github:
-http://majek.github.com/sockjs-client/ , or host the code yourself.
+There should be a proper CDN to host generated javascript for SockJS,
+but there isn't one yet. In the meantime you can use releases hosted
+on Github: http://majek.github.com/sockjs-client/ .
+
+For server-side deployment tricks, especially about load balancing and
+session stickiness, take a look at the
+[SockJS-node readme](https://github.com/majek/sockjs-node#readme).
 
 
 Development
@@ -182,11 +186,10 @@ This command runs script 'tests/server.js' which starts a web server
 that listens on http://127.0.0.1:8000/ . It serves static QUnit files
 and serves a simple SockJS.
 
-To run QUnit tests simply point your browser to
+To run QUnit tests simply point your browser at
 http://127.0.0.1:8000/.
 
 If you want the javascript to be recompiled when the source files are
-modified and automatically restart the http server run `make
-serve`. You will need 'inotifywait' command from package
-`inotify-tools`.
+modified and automatically restart the http server run `make serve`.
+You will need 'inotifywait' command from package `inotify-tools`.
 

-- 
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