Skip to content

fgarciacode/grpc-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC echo

echo gRPC service written in Golang

Build gRPC echo service go package

 protoc --go_out=./pkg/grpc/echo/ \
        --go_opt=paths=source_relative \
        --go-grpc_out=./pkg/grpc/echo \
        --go-grpc_opt=paths=source_relative \
        --proto_path=$PWD/definition \
            $PWD/definition/echo.proto

Build echo service image

docker build  --platform linux/amd64 -t fgarciacode/grpc-echo:v0.1.2 .

Run echo service

docker run --name echo-service -d -p 5001:5001 fgarciacode/grpc-echo:v0.1.2

About

echo grpc service written in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published