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 When load the website
Hi, I am getting this error whenever I reload my website please help me, I am using react Error: ** GET https://cloud.appwrite.io/v1/account 401 (Unauthoriz...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...
- Current User is Not authorized
recreating same Thread