are there any access restrictions on the collection/documents?
side question: why do you need to use realtime serverside?
Sorry if I reply on this old thread, but I only found this one. I'd like to passively listen at db changes from the server, I'm currently using node sdk, how am I supposed to do?
I have multiple server functions updating data and I'd like to have a separate microservice for events (data update)
The idea was to avoid running a server function each time and just keep an open connection
Appwrite functions is the way to go. otherwise, you can set up an external system and use Appwrite Webhooks to send data to that system.
I see, thanks
[SOLVED] How to listen to realtime changes in nodejs using websocket ?
Recommended threads
- endpoint variable
Appwrite Sites passes e.g. APPWRITE_SITE_API_ENDPOINT to the site, but i need this variable in Next.js in my Client-Side-Page. How can i pass it? Next.js only p...
- How can I get the Google Avatar of the u...
How can I get the Google Avatar of the user that signed in with Google?
- Cannot use createdBefore query on bulk d...
sdk: dart version: 19.2.1 ```final timestamp = DateTime.timestamp() .subtract(const Duration(days: 1)) .toIso8601String(); await databas...