real-time.md

July 15, 2021 · View on GitHub

Bookmarks tagged [real-time]

www.codever.land/bookmarks/t/real-time

µWebSockets

https://github.com/uWebSockets/uWebSockets

Highly scalable WebSocket server & client library.


Socket.io

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

Enables real-time bidirectional event-based communication.


Faye

https://github.com/faye/faye

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


SocketCluster

https://github.com/SocketCluster/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.


deepstream.io

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

Scalable real-time microservice framework.


Kalm

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

Low-level socket router and middleware framework.


MQTT.js

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

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


rpc-websockets

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

JSON-RPC 2.0 implementation over WebSockets.


Aedes

https://github.com/mcollina/aedes

Barebone MQTT server that can run on any stream server.


ETL Is Dead, Long Live Streams: real-time streams w/ Apache Kafka - YouTube

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