Utils library for Go HTTP & gRPC servers.
To use this library in your own project, simply run this command:
$ go get github.com/clubcedille/server-utils@latest
...
The server-utils
library offers a gRPC implementation of graceful shutdown and real-time status fetching.
See this example to learn how to use its functions.
The server-utils
library offers an HTTP implementation of graceful shutdown and real-time status fetching.
See this example to learn how to use its functions.