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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: In 2018, can an individual produce a scalable app?

2 点作者 startupdiscuss大约 7 年前
In the early days of the internet, a person would fire up a lamp server, and start up a site. You were in business.<p>That became difficult to do for a while, because your home server would not scale easily and you had to manage hardware.<p>Then there was a new paradigm. Ruby on Rails or one of the other frameworks (Django) let a single person knock out a site and push it to Heroku and you were in business.<p>There are some trends that make this more difficult:<p>1. Security is specialized<p>2. It costs a lot of money if it does scale<p>3. Consumers expect &quot;sophisticated&quot; experiences (example: snappy responsive sites, sized perfectly to my screen)<p>Some things make it easier:<p>1. Sites like AWS, Azure, Google, Digital Ocean let you run servers and an API<p>2. You can code a front end in a different language to make it snappy<p>However, we are moving towards a team. A single person doing all those things is getting harder.<p>Now I know a single person can produce a &quot;toy&quot; example, but are there modern stacks that let a single person produce an app that can scale indefinitely?

1 comment

homarp大约 7 年前
&quot;Do Things that Don&#x27;t Scale&quot; <a href="http:&#x2F;&#x2F;paulgraham.com&#x2F;ds.html" rel="nofollow">http:&#x2F;&#x2F;paulgraham.com&#x2F;ds.html</a> then when you need to scale, hire people.