SocketCluster is a WebSocket server cluster which runs as a parallel 
cluster of processes.
You can choose how many processes (workers, loadbalancers, stores) to 
deploy in order to make the most of all your CPU cores.
Distributing load between multiple workers also offers a more consistent 
performance.

https://github.com/topcloud/socketcluster

Other features of SocketCluster include:
- Automatically reconnect lost connections (such as when a tablet device 
wakes up from sleep or internet drops out).
- Worker crashes are transparent to users (aside from a 2 to 5 second 
reboot delay) - Session data is maintained across worker crashes.
- Sockets which are open in multiple tabs in the same browser belong to the 
same session - You can emit events to all sockets which belong to a session.
- HTTPS support
- Support for authentication/authorization

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to