Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/go-training/grpc-health-check

How to write grpc health check interface.
https://github.com/go-training/grpc-health-check

grpc grpc-go health-check

Last synced: 3 months ago
JSON representation

How to write grpc health check interface.

Awesome Lists containing this project

README

        

# grpc-health-check

How to write grpc health check interface. See [GRPC Health Checking Protocol](https://github.com/grpc/grpc/blob/master/doc/health-checking.md)

## Start grpc server

```
$ go run main.go
```

## Run Health Check

```
$ go run client/main.go
```

## ScreenShots

![run grpc server](./screenshot/grpc.png)