anycable/anycable-go

By anycable

Updated 17 days 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:6c1f2c292

Size

42.8 MB

Last updated

17 days ago

docker pull anycable/anycable-go:latest-mrb