Is it possible to host node Js backend on Appwrite cloud. I have tried to deploy in Vercel
- 0
- Self Hosted
- Web

Is it possible to host node js backend on Appwrite cloud. I have tried to deploy in vercel but my api takes more then 5secs and for vercel customizing timing for functions is not available in free trial.

You can't host a whole custom nodejs backend in appwrite cloud

Instead use appwrite functions to implement custom code and features with appwrite

but I think it is not possible edit custom functions

Yo can create and edit and customise functions

@HUSKY What you can do is this:
In a nodejs backend, you will have routes like /post
, /getAll
, etc. You can replicate this behaviour in appwrite by creating functions for each of these endpoints, and execute the functions accordingly.
Recommended threads
- Use cloudflare origin certificate instea...
Hello! Is it possible to use cloudflare origin certificates instead of let's encrypt? We manage all ssl certs in our cloudflare account and our VMs has a firewa...
- Error getting session: AppwriteException...
I get this error `Error getting session: AppwriteException: User (role: guests) missing scope (account)` when running in prod. As soon as I try running my app o...
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
