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
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?