TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

6 pointsby latentdeepspacealmost 2 years ago
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 comments

VoodooJuJualmost 2 years ago
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>
elliewithcoloralmost 2 years ago
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.
solumunusalmost 2 years ago
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.
cpachalmost 2 years ago
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.
beardywalmost 2 years ago
&gt; It should be the best and cheapest.<p>You are not often going to find that combination.
bpmedleyalmost 2 years ago
Is C# an option?
评论 #36680793 未加载