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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- i am getting 404 not found in my current...
in my current appwrite i am getting 404 not found from backend side and in frontend getting error of CORS error as backend is not working
- How to create a custom authentication sy...
I’m looking to create an Appwrite function that first verifies a client using some custom logic, like providing a secret key. Once this verification is complete...