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
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...