Simple Pub/Sub messaging #1201
alexweininger
started this conversation in
Ideas
Replies: 1 comment 3 replies
|
@alexweininger I would love to know what main use cases you had in mind? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I know that the team is hard at work on the Realtime feature
I believe that Pub/Sub messaging would be a somewhat simple feature to add into Appwrite, yet it would provide a ton of value to users.
Even a basic implementation with only support for subscribing to channels and publishing messages would be powerful. Additional features such as getting a list of channels would be a nice to have.
Example client SDK usage:
Since Appwrite already uses Redis, we could leverage it's Pub/Sub capabilities. Meaning Appwrite only has to provide a kind of 'wrapper' around the Redis Pub/Sub that enables client interaction.
All reactions