No description
- Go 100%
|
|
||
|---|---|---|
| examples | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| grpc_server.go | ||
| http_server.go | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
| server.go | ||
server-utils
Utils library for Go HTTP & gRPC servers.
Install this library
To use this library in your own project, simply run this command:
$ go get github.com/clubcedille/server-utils@latest
...
gRPC Server
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.
HTTP Server
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.