I am so sorry for asking this kind of question. I love appwrite but I amazed the new release of Supabase base on this
https://x.com/dshukertjr/status/1745358885903532448?s=46
I am curious if Appwrite can able to do this? But the hindrance could be the Rate limit, right?
That's not something new, If I'm not wrong, such featured is in Supabase from some time ago. You could try to do this with appwrite, but it will be slower since Appwrite realtime will rely on the database
so rate limit still connect with this right? for example word editor realtime
Recommended threads
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- New Build not visible on Domain
I pushed some new code to my Appwrite Site and the build succeeded and is shown as active. Yet, I can only see the new version of the site on Appwrite's provide...