Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 283 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 283 Bytes

Bottles Next Server

The source code of the Next server.

Usage

Call the server using grpcurl or any gRPC client.

grpcurl -plaintext -proto ./proto/bottles.proto -d '{}' '[::1]:50052' bottles.Client.Health
{
  "ok": true
}