Skip to content

ICUMD/simple_grpc_client_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A grpc-client server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages