# grpc_demo **Repository Path**: lihaowen2017/grpc_ ## Basic Information - **Project Name**: grpc_demo - **Description**: go grpc demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-15 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 代码生成工具安装 安装protoc工具,下载地址:https://github.com/protocolbuffers/protobuf/releases 安装golang扩展, go get -u github.com/golang/protobuf/protoc-gen-go 安装grpc运行库,go get google.golang.org/grpc ####生成代码 protoc --go_out=plugins=grpc:. hello.proto