Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 640 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 640 Bytes

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.