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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to judge if a SaaS service can be moved to JAMstack?

2 点作者 brkumar超过 4 年前
I am interested in understanding how does one go about planning a migration of a dynamic SaaS site to a JAMstack based site. I am aware that smashing magazine has managed this successfully (they are now really fast). However, they are a media house and do not have interactivity that one expects from a modern SaaS site. What parameters would you use to judge such migration?

2 条评论

godot超过 4 年前
JAM stack isn&#x27;t just for content sites and depending on your site specifically, it may or may not be a good fit. The API layer is not necessarily just HTTP GET &#x2F;something&#x2F;.<p>Let&#x27;s say you run a small SaaS site, let&#x27;s say it&#x27;s a geoip lookup service, one of the more feasible type of small SaaS you can run by yourself. The features you may need are, say, a landing page, some documentation, a sign up and login process, accepting payments, and some admin management tool. All of above can reasonably be implemented in a JAM stack site. Things like the admin console page can have a lot of the page&#x27;s structure statically displayed and dynamic data filled in from API calls.<p>IMO, &quot;migrating&quot; a web app from a traditional web app stack (LAMP, Rails, MERN, etc.) is an architectural redesign and depending on your existing codebase, could be a full rewrite. It&#x27;s a paradigm shift. You may want to evaluate the cost of that vs the benefit.
PaulHoule超过 4 年前
I think &quot;JAMstack&quot; is for content, not interactive services. If your &#x27;service&#x27; can be reduced to<p>HTTP GET &#x2F;something&#x2F;<p>I think JAMstack can do it, but if it involves looking something up in a database, writing something into a database, etc. that is out-of-scope.
评论 #24541729 未加载