mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 13:04:34 +00:00
* fixup streams stuff * use cache instead of pg in streams * hash out issuer streams test * fix compile error
Streams Service
The streams service provides an event stream, designed for sending messages from a server to mutliple clients connecting via Websockets. The Token RPC should be called to generate a token for each client, the clients should then subscribe using the Subscribe RPC.