SocketCluster was added to AlternativeTo by Bollado on and this page was last updated .
No comments or reviews, maybe you want to be first?
Official Links
Social Networks
What is SocketCluster?
SocketCluster is an open source realtime WebSocket framework for Node.js.
SC supports both direct client-server communication (like Socket.io) and group communication via pub/sub channels.
SC is designed to scale both vertically across multiple CPU cores and horizontally across multiple machines/instances (via pub/sub channel synchronization). See video about scaling horizontally.
If you're looking for a complete realtime reactive framework, check out Meatier (built with SC).