Web Developer
hi all!
appwrite sounds amazing, have few questions around how to properly use it
appwrite handles auth, databases, functions and storage
but appwrite doesn't handle hosting?
so if frontend app is built upon appwrite, we almost completely eliminate need for backend? if there is a more complex function required that cannot be done on frontend, we can use functions?
what if frontend app is hosted on digitalocean or railway app, what is the latency? server location? bandwidth with constant talking between appwrite and frontend app since they are not on same internal network?
and how would we handle tasks that need to be executed some time in the future?
appwrite has sdk to talk to databases so we cannot use orms like drizzleorm or sqlachemy?
self hosted would be a solution for latency and bandwidth but seems quite complex for smaller projects if its self hosted on DigitalOcean what cost can we expect since all we wanna do is reduce latency and bandwidth
last things can appwrite handle different user permissions, rate limiting etc or do we implement this inside code?
thanks!