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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...