
i want to use the appwrite realtime feature for the context of commenting and messaging

As of now, you can use Appwrite real-time only from one side server->client

PLease explain better, much interesting with examples

Appwrite realtime will broadcast events to all subscribers through change-channel So, for example, you can initialize a subscriber in your app to listen to a collection/document channel. Then, all changes/deletions/additions to the collection events will be broadcast through that channel.
In messaging example You can add documents to each collection. This most be done through API, then the change will be broadcast in realtime
Recommended threads
- Domain Verification failed
I think i did the step by step well but just not work. When I enter the page I have this error: `Requested host does not match any Subject Alternative Names (S...
- Adding custom domain to Appwrite project
My app is hosted on Vercel on domain todo.velleb.com. On PC, the OAuth logins like GitHub, Discord and Google work and create the account and log in. On mobile ...
- Auth ( OTP Session )
Hi, i would like to ask about OTP session login, may i know is it doable for dynamic/variable for sender,reply-to or not?
