
AnyCable
Realtime server for reliable two-way communication via WebSockets and SSE
2.4k stars 122 forks last commit first released MIT
Actively maintained
Last commit 24 Jul 2026.

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 to AnyCable

Supabase
Open source Postgres backend platform with auth, APIs, storage, and realtime
Supabase is an open source Postgres development platform providing authentication, auto-generated REST/GraphQL APIs, realtime subscriptions, edge functions, file storage, and vector embeddings.


Grafana Loki
Horizontally scalable, multi-tenant log aggregation system
Grafana Loki is a Prometheus-inspired log aggregation system that indexes labels (not log contents) for cost-effective storage and fast querying, with Grafana integration.


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.


MongooseIM
Customisable enterprise instant messaging server
MongooseIM is an open-source Erlang-based XMPP server designed for large-scale messaging, offering multi-tenant deployment, REST/GraphQL APIs, push, and robust observability.


Grafana
Observability dashboards and alerting for metrics, logs, and traces
Grafana is an open source observability and data visualization platform for querying, graphing, and alerting on metrics, logs, and traces across many data sources.


Prometheus
Monitoring system and time-series database for metrics and alerting
Prometheus is an open-source monitoring and time-series database for collecting metrics, querying with PromQL, and alerting on system and application health.





