close
The Wayback Machine - https://web.archive.org/web/20240105180034/https://github.com/api7/grpc_server_example
Skip to content

api7/grpc_server_example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dependencies

golang v1.11+

run

cd path_to_grpc_server_example

go run main.go

run in docker

docker build -t grpc_server_example:latest .
docker run grpc_server_example:latest