Sign inSign up

anycable/anycable-go

By anycable

•Updated about 15 hours ago

A reliable language-agnostic realtime server

Image
9

10M+

anycable/anycable-go repository overview

AnyCable⁠ is an open-source language-agnostic realtime server for reliable two-way communication.

⁠Usage

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.

Tag summary

Content type

Image

Digest

sha256:f983fecec…

Size

13.3 MB

Last updated

about 15 hours ago

docker pull anycable/anycable-go