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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- i am getting 404 not found in my current...
in my current appwrite i am getting 404 not found from backend side and in frontend getting error of CORS error as backend is not working
- How to create a custom authentication sy...
I’m looking to create an Appwrite function that first verifies a client using some custom logic, like providing a secret key. Once this verification is complete...