# hello-grpc-go **Repository Path**: feuyeux/hello-grpc-go ## Basic Information - **Project Name**: hello-grpc-go - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-25 - **Last Updated**: 2023-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Grpc ## README ## grpc golang demo ### 1 Setup ```bash sh init.sh ``` ### 2 Generate ```bash sh proto2go.sh ``` ### 3 Build ```bash go mod tidy go install . go list -mod=mod -json all go build ``` ### 4 Run ```bash sh server_start.sh ``` ```bash sh client_start.sh ```