Rank 2: Process
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.
Votes
0
Replies
5
Participants
Unknown
Messages
6
Rank 2: Process
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.
Moderator
You can't host a whole custom nodejs backend in appwrite cloud
Moderator
Instead use appwrite functions to implement custom code and features with appwrite
Rank 2: Process
but I think it is not possible edit custom functions
Moderator
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.