I'm working on an article. Can you folks list all single binary golang applications that are used for self-hosting applications?
评论:
throwbible:
qwestopia:What happens if we miss one? Why do you need a list with all of them?
Arguably, from an operations point of view, the single binary that contains both application and assets is one of greatest features of Go, in my mind.
deusmetallum:Lol, I meant list all you could remember*
is one of greatest features of Go
<3
deusmetallum:You mean like Docker?
qwestopia:If Docker isn't self contained enough, consider also https://www.minio.io/
__janos:
iluminae:https://github.com/grafana/grafana https://github.com/prometheus/prometheus https://github.com/gopherpit/gopherpit https://github.com/geeksteam/BoltGUI
HarveyKandola:Here is a few I run:
Journey-(blog) CockroachDB Rethinkdb Gogs/gitea
ekrubnivek:I maintain Documize -- it's an EmberJS frontend with a Go backend, delivered as a single binary (Windows, Linux, macOS).
ligustah:github.com/kevinburke/go-html-boilerplate
sh41:
SeerUD:https://github.com/shurcooL/home
https://dmitri.shuralyov.com/website/gido
On top of the ones I've seen posted here, I remember this one: https://github.com/peachdocs/peach
