
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
- Updating console to 1.8
Hey! Does anyone know how to update the appwrite console only? I am using console 1.7.4 but it has UI/UX issues 🙁
- Having errors migrating to cloud
Project will not migrate compeltely
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
