A reliable language-agnostic realtime server
10M+
AnyCable is an open-source language-agnostic realtime server for reliable two-way communication.
A minimal example would be running a realtime server allowing anyone to connect and subscribe to pub/sub channels and recieving broadcast message via HTTP:
docker run --ulimit nofile=65536:65536 -p 8080:8080 -e "ANYCABLE_HOST=0.0.0.0" -e "ANYCABLE_PUBLIC=true" -e "ANYCABLE_PRESET=broker" anycable/anycable-go:latest
See documentation for more information.
Content type
Image
Digest
sha256:6c1f2c292…
Size
42.8 MB
Last updated
17 days ago
docker pull anycable/anycable-go:latest-mrb