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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is the quickest way to build a web app with payment function 2022?

5 点作者 max93将近 3 年前

3 条评论

Jugurtha将近 3 年前
What do you mean by &quot;payment function&quot;? Is it a one time purchase? Is it a subscription? If it&#x27;s a subscription, then you must check that the user has a valid subscription and how do you do that? Is it at the request level in your application? If so, you know you can&#x27;t hit the API of whichever server you&#x27;re using for every request because the latency will be really, really bad. What will you do, then? Save the data into your database? If so, you&#x27;ll have to think about syncing data between the service provider and your database.<p>It depends on what you want to do and your use-case and requirements.
eabrams将近 3 年前
Stripe
bratak将近 3 年前
bubble.com