Skip to content

Latest commit

 

History

History
81 lines (69 loc) · 3.91 KB

real-time.md

File metadata and controls

81 lines (69 loc) · 3.91 KB

Bookmarks tagged [real-time]

https://github.com/uWebSockets/uWebSockets

Highly scalable WebSocket server & client library.


https://github.com/socketio/socket.io

Enables real-time bidirectional event-based communication.


https://github.com/faye/faye

Real-time client-server message bus, based on Bayeux protocol.


https://github.com/SocketCluster/socketcluster

Scalable HTTP + WebSocket engine which can run on multiple CPU cores.


https://github.com/primus/primus

An abstraction layer for real-time frameworks to prevent module lock-in.


https://github.com/deepstreamIO/deepstream.io-client-js

Scalable real-time microservice framework.


https://github.com/kalm/kalm.js

Low-level socket router and middleware framework.


https://github.com/mqttjs/MQTT.js

Client for MQTT - Pub-sub based messaging protocol for use on top of TCP/IP.


https://github.com/elpheria/rpc-websockets

JSON-RPC 2.0 implementation over WebSockets.


https://github.com/mcollina/aedes

Barebone MQTT server that can run on any stream server.


https://www.youtube.com/watch?v=I32hmY4diFY

Neha Narkhede talks about the experience at LinkedIn moving from batch-oriented ETL to real-time streams using Apache Kafka and how the design and implementation of Kafka was driven by this goal of ac...