You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm curious if Cable can be used like a pubsub, where anyone can join a topic, subscribe and publish to it. We're working on a decentralized social media protocol where each community have their own pubsub topic, and comments/votes are published to it.
The whitepaper may be a bit outdated, but feel free to ask me any questions
The text was updated successfully, but these errors were encountered:
Rinse12
changed the title
Can you use Cable to permission-lessly join a and publish to a topic
Can you use Cable to permission-lessly join and publish to a topic
Jun 26, 2024
Yes, it can. This could be done pretty readily from the cabal-core module, where the message event could be listened on.
I don't think that this implementation will scale well for long-lived pubsubs, since all previous messages will be synced and stored permanently (unless that's desirable!). The new work we're doing on Cable may be better aligned to your purposes, if it's ephemeral message passing.
I'm curious if Cable can be used like a pubsub, where anyone can join a topic, subscribe and publish to it. We're working on a decentralized social media protocol where each community have their own pubsub topic, and comments/votes are published to it.
You can read more about it here: https://github.com/plebbit/whitepaper
The whitepaper may be a bit outdated, but feel free to ask me any questions
The text was updated successfully, but these errors were encountered: