Replies: 1 comment 1 reply
-
I need to write a decision document about this still, but Fly.io is a mix of long-running and serverless. You can have it scale up and down automatically :) https://fly.io/blog/the-serverless-server/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Why was a long-running server chosen for this template? What about a serverless design?
Here is my understanding:
Long-running: no cold start, fast response. Easy to set up a local development environment. The more complicated provisioning infra.
Serverless: cold start. But can scale quickly. No cost when it is not used. Don't have to think about scaling.
Beta Was this translation helpful? Give feedback.
All reactions