Render
Unanswered
Sloth bear posted this in #help-forum
Sloth bearOP
I've deployed my backend on Render using the free tier, but I've noticed there some delay with the first request, sometimes taking 50 seconds or more. My stack includes Node.js, Express.js, and MongoDB. Is there a better approach or workaround to minimize this latency? Additionally, I'm curious if Vercel supports backend deployments similar to Render, and if so, could you point me to the relevant documentation?
9 Replies
since it's a free tier, I don't think you can really do anything about it
and I think you can deploy express on Vercel
ofcourse, not all features will work
which you do in a typical server
@averydelusionalperson https://vercel.com/guides/using-express-with-vercel
Sloth bearOP
I will check this out thanks. I will leave this forum open maybe someone has another idea.