Is there any limitation or performance impact due to the number of realtime connections? Is there any max limit on the number of realtime connections?
You can learn a lot about scaling realtime, the limits, and how to overcome them in this article by the core team: https://itnext.io/websocket-1-million-connections-using-appwrite-2d2a2c363a37?gi=16480d821e5f
More info can be found here: https://github.com/appwrite/realtime-1-million
Thanks a lot @Eldad. I ll check it out 👍
No problem, hope it helps
Recommended threads
- Subscription Problem
I'm making an app in RN with Expo and Appwrite and there's a functionality which allows the user to create a task/test (i'll be reffering to them collectively a...
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Error with realtime channels
I'm performing a subscription to realtime channels, and after a few seconds I get an exception with this error: {\"type\":\"error\",\"data\":{\"code\":1008,\"me...