Skip to content

Sho2010/grpc-health-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-health-check

gRPC health check minimum server

Run

$ go run cmd/server/main.go

client

$ grpcurl -plaintext -d '{"service": "health-check-test"}' localhost:50051 grpc.health.v1.Health.Check
{
  "status": "SERVING"
}

About

gRPC health check minimum server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages