From 18515169dcf7c7bca05611d5dc97c1fa880b7b12 Mon Sep 17 00:00:00 2001 From: DavidBM Date: Fri, 10 Oct 2014 01:30:49 +0200 Subject: [PATCH] Close GH-184: add SockJS --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 30e4f5e..61c2511 100644 --- a/readme.md +++ b/readme.md @@ -267,6 +267,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. +- [SockJS](https://github.com/sockjs/sockjs-node) - Low latency, full duplex, cross-domain channel browser-server, with WebSockets or without. - [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. - [Straw](https://github.com/simonswain/straw) - Real-time dataflow framework.