Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 414 Bytes

File metadata and controls

19 lines (11 loc) · 414 Bytes

server

server is a Go module that provides a production-ready servers with built-in observability, configuration management, and graceful shutdown capabilities.

Installation

go get github.com/rabellamy/server/[rest|grpc]

Packages

rest provides a production-ready HTTP server.

grpc provides a production-ready gRPC server.