
I have a very generic question. Can Appwrite scale well for a social media app? If yes, then how far? :appwriterocket:

depends on the underlying hardware, server, the type of code you write for it 😅. Appwrite Cloud, afaik, has a lot of projects and works well. There are occasional hiccups but nothing too severe as the team is always up to keep it working fine.

thanks for your insight. :appwritecheers:
Recommended threads
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
