mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2025-02-17 15:45:46 -05:00
Close GH-184: add SockJS
This commit is contained in:
parent
5cb5c99d9e
commit
18515169dc
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue