Supabase Realtime - Live Cursors, Live Avatars, Live Charts, Location, Form Presence etc...
- 1
- Webhooks
- Realtime
Is there a way to easily use these Realtime features in appwrite just like in the supabase.com/realtime
We have realtime support. You can read more about it here: https://appwrite.io/docs/realtime
So I can do all of those in appwrite e.g Live Cursors?
Sorry I don't know what those are
Live cursors or multiplayer feature where I can share the position and status of multiple Cursors across multiple clients
Or Live Location. Where I can listen to changes in the database regarding the position of a moving coordinate
Our realtime API allows you to listen for changes so probably yes
There's no resources covering these use cases for Realtime in appwrite... and no simple helpers to help build these features without writing a boat load of custom code.
Please refer to supabase.com/realtime to see the use cases there and how they provide simple helpers to get started.
If there are helpers like the one supabase provides please let me know.
Or point me in the right direction outside the appwrite DOCUMENTATION to discover more indept realtime feature creation.
You can check some information/tutorials about realtime here:
https://www.youtube.com/watch?v=kPsEG9WSh88 https://www.youtube.com/watch?v=v6lPDWU8v6w https://medium.com/appwrite-io/building-a-realtime-chat-application-using-angular-and-appwrite-d445d557ed3a
Recommended threads
- 🐛 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...
- Realtime Connection Count only goes up
I just wanted to ask if this behavior is normal. I restarted realtime 2 days ago and it already reached a connection count of over 11k. The count only goes up. ...