
AnyCable
Realtime server for reliable two-way communication via WebSockets and SSE

AnyCable is an open source realtime server providing reliable, low-latency two-way communication over WebSockets and Server-Sent Events (SSE). It is commonly used as a scalable replacement or companion for realtime features such as chats, notifications, and presence, and integrates well with Rails and other backends.
Key Features
- WebSockets and SSE transport support for realtime messaging
- Delivery reliability features designed to handle brief connectivity interruptions
- Channel/subscription abstractions (compatible with common realtime app patterns)
- JWT-based authentication support
- Prometheus and StatsD instrumentation for monitoring and metrics
- Supports different deployment models, including Docker and Kubernetes-friendly setups
Use Cases
- Realtime chats, notifications, typing indicators, and presence in web applications
- Streaming incremental responses to clients (for example, AI response streaming)
- Realtime dashboards and collaborative UI updates where low latency matters
AnyCable is a strong fit when you need predictable, scalable realtime delivery while keeping control of your infrastructure and integrations with existing backend services.
Categories:
Tags:
Tech Stack:
Similar Services

Vector
High-performance observability data pipeline written in Rust
Open-source observability pipeline to collect, transform, and route logs and metrics with a single, high-performance binary and programmable transforms.

EMQX
Scalable MQTT broker and real-time messaging platform for IoT
EMQX is a high-performance MQTT broker and IoT messaging platform with clustering, security controls, a SQL rules engine, and integrations to databases and event systems.


Apprise
Unified notifications library for 120+ services via a single API.
A Python-based notification library and CLI that routes messages to 120+ services via URL-based configurations, enabling self-hosted cross-platform alerts.


Eclipse Mosquitto
Lightweight MQTT message broker
Eclipse Mosquitto is a lightweight, open-source MQTT broker supporting MQTT 5.0 and 3.1.1, plus client libraries and CLI tools for pub/sub messaging.


Centrifugo
Scalable open-source real-time messaging server for pub/sub
Open-source, Go-based real-time messaging server for pub/sub and live updates; supports WebSocket, SSE, gRPC and brokers (Redis, NATS) with official SDKs.


ejabberd
Scalable real-time messaging server for XMPP, MQTT, and SIP
ejabberd is an Erlang/OTP-based messaging server providing XMPP chat and presence, MQTT broker capabilities for IoT, and SIP services for real-time communications.





