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
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...