
Hello, looked through the docs and saw this:
We currently are not offering access to realtime with Server SDKs and an API key.
Any idea of when this could be implemented or why it isn't currently? Would be useful to be able to listen to events in the server side like firebase/firestore can then perform actions server side.
Or do we have to interface directly with wss://cloud.appwrite.io/v1/realtime
for the time being?
Thank you

Typically, server-side, you can set up a HTTP web server to handle incoming requests. Is that an option for you?

Was more like I could listen to a collection of documents for example then for each document added do some processing/action with that data

You didn't answer my question
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 ...
- Received duplicate events
I used the React Native SDK to subscribe to `buckets.<ID>.files` on the client side. When the backend creates a file, two events are logged in my client's conso...
