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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is a good tech stack for a startup in 2020?

1 点作者 funerr大约 5 年前
&quot;It depends.&quot;, you are correct. But, what is a &gt;probable&lt; good overall stack that you would use and why?<p>Talking about: SaaS, Web.

4 条评论

diwu1989大约 5 年前
Frontend should definitely be something along the lines of Typescript and React. Typescript&#x27;s typing support is a good investment for long term UI dev productivity as the project scales.<p>Native desktop client could utilize the same stack via Electron.<p>Backend could start with Python using a popular all-in-one framework like Django to begin with, and scale towards micro-service architecture over time as components grow in complexity.<p>Heroku is a good all-in-one infrastructure service that takes care of dev-ops for the first year.
0xy大约 5 年前
This is probably going to be unpopular, but whichever stack helps you ship fastest. If you&#x27;re deploying microservices as a brand-new startup, you&#x27;re absolutely doing it wrong.<p>Like others have mentioned, React+TS on the frontend is a great start. On the backend it depends on how technical your team is but Laravel&#x2F;PHP or Node+TS is easy.<p>The best stack is the one you can actually ship fast. If your v1 isn&#x27;t a messy disaster, then you&#x27;re moving way too slowly.
评论 #22937683 未加载
DLA大约 5 年前
Frontend: Typescript&#x2F;React. Epic CSS and all sorts of beautiful pages and UI parts TailwindUI.com.<p>Backend: Golang (Go) and a good framework like Gorilla.
pgt大约 5 年前
Clojure + Datomic &amp; ClojureScript + DataScript