Skip to content

bottlesdevs/next-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}