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
- Project is currently blocked
When accessing the Appwrite console, I receive the message: "Project is currently blocked. Access to this project is restricted. Contact support if the issue pe...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- ClientException with SocketException: Cl...
hi <@564158268319203348> i have noticed this 500 status code in my function requests, it seems its not able to connect to the internet in the function as reque...