From c19a4d52d57e1eafd248570c424ff6df5b53b07a Mon Sep 17 00:00:00 2001 From: Jonathan Gros-Dubois Date: Sun, 13 Jul 2014 23:23:41 +1000 Subject: [PATCH] Added SocketCluster --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4d86d09..6f2a84b 100644 --- a/readme.md +++ b/readme.md @@ -155,6 +155,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Real-time - [Socket.io](http://socket.io) - Enables real-time bidirectional event-based communication. +- [SocketCluster](https://github.com/topcloud/socketcluster) - Scalable HTTP + WebSocket engine which can run on multiple CPU cores. - [Primus](https://github.com/primus/primus) - An abstraction layer for real-time frameworks to prevent module lock-in.