GRPC with Go

Running the app

  1. Clone this repo
git clone https://github.com/dhruwanga19/grpc-go.git
  1. Run Server
go run server/main.go
  1. Run Client in a separate terminal
go run client/main.go