
I am working on a web based game, and I worry that I will hit the limitations on updates. The information I am sending is the position of each user in a game level. It seems to me that I could somehow leverage Realtime sockets to allow all the players to send their positions - sockets are 2 way I assume, but it seems like the Realtime updates are only server push?

No, realtime is only meant for receiving new events

You would create a document to trigger a new event

Yeah - that's how it's working for me right now - and it's working fine. Everything is turn - based right now so I think I'll be ok with rate limiting.
Recommended threads
- How to ByPass the Hostname restriction f...Hello, Im hosting my React application in a stateless server environment, where the IP of the client keeps changing for the server. How do I bypass the hostname... 
- Email templates partially broken in non-...Good afternoon! Non-english locales are missing some variables introduced in recent releases. That makes the sent emails look bad. The issue has been raised a... 
- Fail to access the hosted siteHi there I am facing an issue with the sites. My site is properly hosted on Appwrite but the issue is that when accessing the site from this URL https://instant... 
