
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 didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- Finally installed AppWrite through Cooli...
Finally installed AppWrite through Coolify, can log in and use Functions normally, but Realtime reports an error AppWrite container logs: 2025-09-05T14:54:26....
- Realtime listener does not get update wh...
listener (flutter) ``` realtime .subscribe(['databases.6882943XXXXX.tables.public.rows.main']) .stream .listen((message) { print(message); });``` ...
