TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there any service that lets me push code and it automatically scales?

2 点作者 gsundeep将近 13 年前
I'm looking for a solution like Heroku where I can push my code to but without the restriction of the limited resources that Heroku provides (without me having to manually upgrade resources).<p>I know ec2 can handle this kind of thing but if I understand correctly, it would still require me to write extra code to start and stop ec2 instances based on traffic.<p>I want to be able to just upload my web app somewhere and have it scale no matter how many requests it get. I shouldn't have to manually purchase resources, that should happen automatically based on the traffic the app is getting and the resources it needs to support that traffic.

2 条评论

kaolinite将近 13 年前
You don't want EC2, you want AWS Elastic Beanstalk. However it only supports Java, .NET and PHP: <a href="http://aws.amazon.com/elasticbeanstalk/" rel="nofollow">http://aws.amazon.com/elasticbeanstalk/</a>
marshallp将近 13 年前
google app engine. set the request delay in admin console, architect for scalability with datastore (or use less scalable cloud sql). choice of python, go, java (and jvm languages like clojure).
评论 #4145923 未加载