Show HN: A simple Go web server with logging, tracing, health check
1–10 of 97 posts
Re: Show HN: A simple Go web server with logging, tracing, health check
#2We already have web server that do "logging, tracing, health check, graceful shutdown." I do not care about zero deps, because I only install them once and the deps are taken care of by the package manager.
In my opinion, the Go web server only makes sense as part of a Go application as a whole. But a standalone Go web server does not make much sense to me.
Re: Show HN: A simple Go web server with logging, tracing, health check
#3I do not quite see the point of this (other than being an exercise). We already have web server that do "logging, tracing, health check, graceful shutdown." I do not care about zero deps, because I only install them once and the deps are taken care of by the package manager. In my opinion, the Go web server only makes sense as part of a Go application as a whole. But a standalone Go web server does not make much sens…
Re: Show HN: A simple Go web server with logging, tracing, health check
#4I do not quite see the point of this (other than being an exercise). We already have web server that do "logging, tracing, health check, graceful shutdown." I do not care about zero deps, because I only install them once and the deps are taken care of by the package manager. In my opinion, the Go web server only makes sense as part of a Go application as a whole. But a standalone Go web server does not make much sens…
Re: Show HN: A simple Go web server with logging, tracing, health check
#5I do not quite see the point of this (other than being an exercise). We already have web server that do "logging, tracing, health check, graceful shutdown." I do not care about zero deps, because I only install them once and the deps are taken care of by the package manager. In my opinion, the Go web server only makes sense as part of a Go application as a whole. But a standalone Go web server does not make much sens…
Re: Show HN: A simple Go web server with logging, tracing, health check
#6Edit: found this https://gist.github.com/kennwhite/f9ea1afff776049974678fb21a...
Re: Show HN: A simple Go web server with logging, tracing, health check
#7Re: Show HN: A simple Go web server with logging, tracing, health check
#8I do not quite see the point of this (other than being an exercise). We already have web server that do "logging, tracing, health check, graceful shutdown." I do not care about zero deps, because I only install them once and the deps are taken care of by the package manager. In my opinion, the Go web server only makes sense as part of a Go application as a whole. But a standalone Go web server does not make much sens…
Re: Show HN: A simple Go web server with logging, tracing, health check
#9Re: Show HN: A simple Go web server with logging, tracing, health check
#10Isn't Caddy written in Go? How is this different?