Heyo,
Is it possible to send data using realtime? Or only fetch?
First I recommend avoiding cross post ๐
Crosspost?
Respect the question, if you're listening for DB changes, you get the new DB items
I posted it in general as a question if it's possible in general, but since little to nobody actually talk about realtime, I made a ticket. It's not a crosspost.
That's not the question
You mean sending a message from an user to other, for example?
Sending data via the websocket
instead of making a post/patch
As said, when you're listening for example, to DB changes, you get the new changes through the websocket connection
You are talking about fetching data, not sending data, right?
Yes
I get the fetching, but I want to send data
Sending is not possible
that's what i wanted to know, thanks
It would be good to delete the post in general so that multiple people don't answer in multiple places
Then another question, is it normal that it disconnects here and then randomly?
Are you self hosting?
Yeah
Do you have anything in front of Appwrite?
Nope
It works fine btw, it just reconnects, but it's weird
postman does the same
No reverse proxy? No cloudflare proxy?
Reverse proxy no, I have a dedicated server just for appwrite, CF yes however
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- ๐ 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...