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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is the best option to host a low-traffic RestAPI with SQLite

6 点作者 latentdeepspace将近 2 年前
It should be the best and cheapest.<p>There are times when I need a RestAPI which at max 5 people will use, and I was wondering what is the best option?<p>The RestAPI can be in JS, TS, or Python and the sqlite db should not exceed a few GB.

6 条评论

VoodooJuJu将近 2 年前
I like cloudfanatic&#x27;s [1] lowest VPS tier. $3&#x2F;mo, $30&#x2F;yr if billed annually. I have a similar use-case on one of my servers and the specs are good enough:<p>- 1GB Ram<p>- 30GB SSD Disk<p>- 1 vCPU Core<p>- 1Gbit&#x2F;s Network<p>[1] <a href="https:&#x2F;&#x2F;cloudfanatic.net&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;cloudfanatic.net&#x2F;</a>
elliewithcolor将近 2 年前
Maybe (atleast I ticks the box with good and cheap) a small Hetzner Cloud VM would to the trick?<p>2 Shared vCPU (AMD Epyc) (usually enough for that scale), 2GB RAM, 40GB Nvme, 20TB Traffic for about 8$&#x2F;month.<p>Sadly they do not get offer their Arm servers at any other location then Germany.
solumunus将近 2 年前
You&#x27;ve given no information about your ability with regards to infrastructure. If you&#x27;re capable then you can get dirt cheap VPS instances which will easily do the job. Linode, Vultr, Digital Ocean, etc.
cpach将近 2 年前
What hosting providers have you looked at so far? What’s your actual budget?<p>Some options: Fly.io, Heroku, AWS Fargate. Or just a VM on DigitalOcean. If you look further there are providers that have even cheaper VMs than DO.
beardyw将近 2 年前
&gt; It should be the best and cheapest.<p>You are not often going to find that combination.
bpmedley将近 2 年前
Is C# an option?
评论 #36680793 未加载