simple-go-server
simple-go-server copied to clipboard
A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies
Could you please provide more details on the build? Dockerfile refer to a folder `simple-go-server` which is not present. Also, why is the Dockerfile inside `rootfs` PFA for what I...
Implement a simple throttling middleware based on [`time.Ticker`](https://golang.org/pkg/time/#Ticker) as described in this [article](https://rodaine.com/2017/05/x-files-time-rate-golang/). This method has [issues and limitations](https://github.com/golang/go/wiki/RateLimiting), do not use for anythings other than experiments.