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
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...