From 514d0753982d0403331e4efd5f61dff51c2386fa Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 13 Jul 2014 09:25:04 +0200 Subject: [PATCH] Add Primus to Real-time --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3222f86..b3c83bc 100644 --- a/readme.md +++ b/readme.md @@ -154,6 +154,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. +- [Primus](https://github.com/primus/primus) - An abstraction layer for real-time frameworks to prevent module lock-in. ### Date