frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Ask HN: Where do you host your Go apps

6•asim•14h ago
Simple question. Where and how do you host your Go apps? I feel like either you have to run a VM or pay for the complexity of a Google cloud.

I'm sure some people will now say things like Fly or Railway but curious to know firsthand.

Personally I'm still using DigitalOcean, I git pull, compile from source and run the Go binary, occassionally with a shell script. It's fronted by nginx and certbot/letsencrypt. That's it. For some reason I wish this was some simple solution instead of the endless variety of hosting out there. I always worry about Fly, Railway or someone else going out of business. I find other tools really complicated, and dedicated app hosting too expensive. A VM plus some open source works well. But I guess when you offloading that hosting to someone else you start expecting all sorts of tools. Maybe if there was just a dedicated CLI based thing. Who knows.

Comments

st3fan•13h ago
Invest in CI/CD. If your project is on GitHub, create a workflow that builds your app and packages it as a docker image stored in your private GitHub Container Registry.

On your server you can then just docker pull a new version. You can also automate this on the server side with a cron job or use Podman which can automatically detect new versions and will pull and run your image.

Bit more work to set it up but then all your manual steps go away. Having a docker container image also means you can deploy it anywhere - most places where you host apps accept an image as the universal format for an app.

fedepochat•12h ago
I'm just currently working to solve cases like this haha.

I'm developing a service for hosting any app (any language, framework) into AWS (Azure, GCP in a future) without having deep devops skills. What we do is to host everything in your tenant, not relying on black box hosting such as Fly, Railway, Vercel, etc.

I'd love to talk to you and see what your necessities are (not promoting, its not even a paid service yet, I just need to understand people with issues like this)

Site: obelis.ai

lbhdc•10h ago
My preference is to deploy them to Cloud Run on GCP. Partially because I am already using GCP, but also because its pretty easy to make it always on while staying in the free tier (or very minimal cost).

Ask HN: What Are You Working On? (June 2025)

359•david927•1d ago•1121 comments

Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

143•jamesxv7•7h ago•71 comments

Ask HN: 80s electronics book club; anyone remember this illustrator?

22•codpiece•2d ago•21 comments

Ask HN: Which skill do you believe will take the longest to be replaced by AI?

2•atleastoptimal•2h ago•3 comments

Ask HN: How have you shared computers with your young child (~3 to 5)

9•msencenb•7h ago•9 comments

Canon selphy cp1500 privacy concerns

2•azca•2h ago•2 comments

Ask HN: Stock Android tablet free of bloatware?

5•miki_tyler•7h ago•2 comments

Ask HN: How did low contrast text become so pervasive?

17•mr-pink•21h ago•16 comments

Ask HN: How Are You Reading HN in June 2025?

4•johncole•3h ago•1 comments

Ask HN: Which Free Software or Open Source Project Needs Help?

13•em-bee•1d ago•6 comments

A literary magazine accessible only via telnet

28•edent•5d ago•13 comments

Ask HN: Where do you host your Go apps

6•asim•14h ago•3 comments

Ask HN: Anyone using augmented reality, VR, glasses, helmets etc. in industry?

86•NewUser76312•5d ago•81 comments

Tell HN: (dictionary|thesaurus).reference.com is now a spam site

50•akkartik•1d ago•13 comments

Ask HN: Is the header CSS broken for you?

45•LorenDB•1d ago•13 comments

Ask HN: Is noprocrast still working for you?

6•infotainment•19h ago•4 comments

Something 'deeper' than Emacs, or am I looking for a unicorn?

4•willschetelich•21h ago•7 comments

Ask HN: Startup shutting down, should we open source?

13•amadeoeoeo•3d ago•36 comments

Ask HN: What do use for private service monitoring?

3•vednig•1d ago•5 comments

Ask HN: Languages Designed for WASM?

4•90s_dev•1d ago•7 comments

Ask HN: What Happened to James Halliday ( Substack)?

4•bit1993•1d ago•2 comments

A reverse-delta backup strategy – obvious idea or bad idea?

12•datastack•2d ago•25 comments

What's the best gem you've found on Hacker News?

5•imwoody•12h ago•4 comments

Ask HN: What's Your Car?

9•behnamoh•10h ago•25 comments

Ask HN: Better-auth or Nextauth or something else

6•dasubhajit•2d ago•0 comments

Ask HN: Why aren't AIs being used as app beta testers yet?

15•amichail•3d ago•25 comments

Ask HN: Why does my Node.js multiplayer game lag at 500 players with low CPU?

15•jbryu•4d ago•26 comments

Tell HN: Meta developer account suspended

172•ArthurVL1•6d ago•83 comments

Ask HN: Alternatives to Cloudflare for DNS?

8•modmodmod•3d ago•8 comments

How do you handle production webhook delivery reliability in your apps?

6•Tanjim•2d ago•4 comments