Replies: 2 comments 4 replies
-
There are 2 ways.
|
Beta Was this translation helpful? Give feedback.
4 replies
-
To subscribe to any channel you need to send client.log.add({ type: 'logux/subscribe', channel: 'channelName' }) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning!
Sorry for my silly questions - but I'm currently investigating Logux and do not yet fully understand it.
My current question is: we have actions and subscriptions - and we have "zero knowledge" servers with opaque action logs but without the actual data. How can clients then subscribe to any channels if those servers do not have the knowledge set them up?
My first thought was that subscriptions would be transparently passed on to clients - but clients cannot set-up any channels.
Thus: how do these two concepts (subscriptions and "zero knowledge") go together?
Beta Was this translation helpful? Give feedback.
All reactions