logoalt Hacker News

nzoschketoday at 12:10 AM1 replyview on HN

Single Go binary + SQLite database all the way.

I've been doing this architecture on single tenant VMs for like 6+ years now and it has so many advantages for deployments, security and scaling.

Pretty much every new tool and agent computer I set up uses this pattern. I've blogged about it and created a template repo.

https://housecat.com/blog/the-hugs-stack-hypermedia-unix-go-... https://github.com/housecat-inc/scratch


Replies

fjcururuvy7today at 2:50 AM

Can you share more about the single tenant vm setup?