
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
- Apple OAuth in SwiftUI
Any ideas why this error might be showing up when trying it sign in via apple in SwifUI? _Concurrency/CheckedContinuation.swift:196: Fatal error: SWIFT TASK CO...
- Unexpected File Persistence Across Appwr...
I'm encountering an issue where files created during an Appwrite Function execution persist across subsequent executions. Specifically, when a function writes a...
- Cannot connect to SMTP in AppWrite - set...
This used to work and then at some point it stopped. One thing that happened in that time was moving my application to Vercel. I have read on another thread t...
