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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Easiest to deploy web development framework?

5 点作者 kbrannigan超过 2 年前
What are the easiest to deploy frameworks in 2022?<p>We talk about easy during development. What about during deployment. Which stack is easiest to get running in less than a day ?

6 条评论

solardev超过 2 年前
Vercel. Git push and you&#x27;re done. Nothing to manage. It just works.<p>It takes me about 2 minutes to spin up a new website these days, maybe 15 to make it a functional prototype to test some new SDK.
sebag1507超过 2 年前
&lt;I work at Firebase&gt;<p>Hey I recommend checking Firebase and our support for Web Frameworks.<p>&quot;Firebase Hosting integrates with popular modern web frameworks including Angular and Next.js. Using Firebase Hosting and Cloud Functions for Firebase with these frameworks, you can develop apps and microservices in your preferred framework environment, and then deploy them in a managed, secure server environment. &quot;<p><a href="https:&#x2F;&#x2F;firebase.google.com&#x2F;docs&#x2F;hosting&#x2F;frameworks-overview" rel="nofollow">https:&#x2F;&#x2F;firebase.google.com&#x2F;docs&#x2F;hosting&#x2F;frameworks-overview</a>
评论 #33606854 未加载
btgeekboy超过 2 年前
Anything supported by Netlify, Vercel, Firebase, AWS Amplify, etc.
Comevius超过 2 年前
Cloudflare Pages is pretty good, it&#x27;s for server-side rendering as well, and have things like Durable Objects that no one else have, and D1, which is built on SQLite. Sending emails is also free with Cloudflare Workers. No egress fees. Best of all fully-local development and testing is supported with an open-source runtime you can also deploy on your own, albeit without Cloudflare&#x27;s edge-first infrastructure.<p>Not affiliated with them, just my 2 cents.
评论 #33606867 未加载
icedchai超过 2 年前
What are you trying to do? Absent no other information, I&#x27;d say Laravel (PHP.)
评论 #33606828 未加载
PaulHoule超过 2 年前
jamstack?