Hi there! I'm trying to send notifications from my backend (a Dart app using a self-hosted Appwrite instance) to Flutter clients. Currently I'm updating a document solely to trigger actions on the frontend. Is there a way to trigger a custom event directly from my backend, perhaps using a REST API available in the backend? Ideas are welcome.
TL;DR
Developers want to send notifications from Dart app backend (using Appwrite) to Flutter clients without constantly updating documents. They seek a way to trigger custom events directly from the backend, possibly using a REST API.