Files
services/streams
Asim Aslam b8877f8312 Streams tenancy (#91)
* fixup streams stuff

* use cache instead of pg in streams

* hash out issuer streams test

* fix compile error
2021-05-01 22:34:35 +01:00
..
2021-05-01 22:34:35 +01:00
2021-03-24 08:40:27 +00:00
2021-02-08 14:42:47 +00:00
2021-05-01 22:34:35 +01:00
2021-02-08 14:42:47 +00:00
2021-02-08 14:42:47 +00:00

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.