1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2024-11-20 11:27:17 -05:00

Add Primus to Real-time

This commit is contained in:
Luigi Pinca 2014-07-13 09:25:04 +02:00
parent 7bbf7d9122
commit 514d075398

View file

@ -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