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
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
- Invalid credentials after migration
Hi everyone! After migrating our self-hosted Appwrite 1.3.1 to another server (staging, so a different domain), we are now getting 'Invalid credentials' when ...
