Just wanted to know if Realtime in the Server SDK package is being worked on? Having a poor experience with another provider but looks like it's my only option because i need that realtime stream for my bot to function.
Most of the time realtime is not needed in a server because a server can be set up to listen for http requests and Appwrite can send the events via webhooks or functions π§
What's your limitation with doing that?
oh, it's not an approach i've used before.
I'm building a discord bot and I want to post a channel message based on a collection update/create. Can you point me in the right direction with your approach how to make that happen?
I'm using DART / FLUTTER btw.
I will have a flutter app too that will essentially generate these database events.
And I could just use either?
Webhooks is the easiest. You typically use functions if you need something more custom
Allright, i shall give webhooks a go. Thanks!
do i need to add the web platform to my project to use webhooks?
No, web platforms are clients that are connecting to your project.
My bad, i got juked by my screen. Back on track.
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- π Realtime Flutter SDK Crash β Realtime...
**Summary** When using Appwrite Cloud with the Flutter SDK (latest appwrite release: 21.4.0), Realtime crashes with: ```Unhandled async error: type '_Map<String...
- Realtime Connection Error After Updating...
I get the following error message now when the realtime subscription picks up a new message. There's more to the error but it makes the discord message too long...