
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
- Error Generation of certification for cu...
Hi, I tried to connect a custom domain, this worked but creating the certification afterwards fails with the following error: ```txt Failed to create TLS subsc...
- Where is tensorflow support? 3.11 ML doe...
and if i manually tried to add tensorflow i get Cannot access offset of type string on string no matter what
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
