Skip to content

[Deployment] Front End on Vercel, Back End/Database on Render? #528

Answered by Zeko369
matepapp asked this question in General
Discussion options

You must be logged in to vote

IMO, currently you should just stick to render/DO for both server and DB on the same machine or you can still split them.

  1. Prisma currently has a bug in serverless mode with not closing connections property

  2. You can get a lot better performance running on a traditional server

  3. Heroku is free, DO has 15usd for single server where you can host both, compared to Vercel where you need to pay if you have a lot of models (they have a limit of 12 functions in free I think, we're planning to do function API function bundling but as things stand 12 is the free limit)

Once there is a way to change pgBouncer settings on DO we'll be able to greatly improve performance on Vercel, also we're plann…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ryardley
Comment options

Answer selected by Zeko369
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants