Skip to content

Sheshagiri/ping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.1%
  • Shell 2.6%
  • Dockerfile 1.3%