Categorygithub.com/ICUMD/simple_grpc_client_server
module
0.0.0-20220307211207-b2d1493a5528
Repository: https://github.com/icumd/simple_grpc_client_server.git
Documentation: pkg.go.dev

# README

simple_grpc_client_server

A grpc-client server

  1. Define the protocol in the .proto file
  2. Run to download protoc-gen-go with go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
  3. In a shell, cd to the root directory of your project, and run the following command: protoc -I=. --go_out=. --go-grpc_out=. ./api.proto

# Packages

No description provided by the author
No description provided by the author
No description provided by the author