realtime-grpc
togo plugin: realtime-grpc
Extends realtime
togo install togo-framework/realtime-grpcStars0
LanguageGo
LicenseMIT
Last push2026-06-25
- go
- golang
- grpc
- plugin
- realtime
- togo
- togo-framework
- websocket
Readme
togo-framework/realtime-grpc
Part of the togo framework.
Install
bash
realtime-grpc
A gRPC transport for togo realtime. Implements togo.Broker:
Publish fans events to in-process subscribers (the SSE Handler, for browsers) and
to connected gRPC streaming clients (service-to-service realtime). A gRPC server runs on
GRPC_ADDR exposing a server-streaming Subscribe method — using a JSON codec, so no
protoc-generated code is required.
Install
bash
Configure (.env)
ini
gRPC clients dial with the json content-subtype and call
togo.realtime.Realtime/Subscribe to receive {"event","data"} messages.
MIT © togo-framework
Premium sponsors
text
Support togo — become a sponsor.