All Projects → kelseyhightower → ping

kelseyhightower / ping

Licence: Apache-2.0 license
No description, website, or topics provided.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Protocol Buffer
295 projects

Ping

This repository holds example microservice composed of the following components:

  • frontend - depends on the bar and foo services
  • bar - a microservice that implements the ping server
  • foo - a microservice that implements the ping server
  • client - gRPC client that talks to the frontend

Generate gRPC code

protoc -I ./ ./ping.proto --go_out=plugins=grpc:.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].