As far as I can see at the moment, there are no real-time events on the SDK. Is this planned to be done in the future or will it remain like this?
We want to give Appwrite training to our employees in our new projects. But we want to know the future plan.
Appwrite currently support subscribing to any Event from the client SDKs (https://appwrite.io/docs/apis/realtime)
Thank you for your reply. Yes, I know these things, I was wondering about planning and the future
Oh, sorry - I only just noticed the "C#" in your title!
No, Realtime is not currently supported in the Server SDKs, but I believe it is on the roadmap - it was discussed recently.
In the meantime, you could build something custom outside of the SDKs? But you'd have to use Sessions, not an API key
Recommended threads
- Fine grained permissions for webRTC hand...
Hi, I am building a WebRTC P2P app for a university project and have hit a security limitation regarding permissions for anonymous users. The Architecture: We ...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- SSR share session to client using custom...
Hi, so I was trying to get a hang of using SSR and using realtime updates in the same time which is done easiest if you have a custom domain in Appwrite and as ...