anycable-go

WebSocket server implementing Rails Action Cable protocol

brewmacoslinux
Try with needOr install directly
Source

About

WebSocket server with action cable protocol

Commands

anycable-go

Examples

Start anycable-go server with default settings$ anycable-go
Start server on custom port with specific RPC address$ anycable-go --port 8080 --rpc-host localhost:50051
Run with debug logging and custom host binding$ anycable-go --host 0.0.0.0 --port 3334 --debug