Skip to content

fabiovalinhos/grpc-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-go

Tutorial for creating a Go app using grpc
Teacher: Clement Jean

When you install protocol buffer, putting the path in .zshrc file and attach that line export PATH="$PATH:/Users/fabiovilalba/go/bin"

For create a protos protoc -Igreet/proto --go_out=. --go_opt=module=github.com/fabiovalinhos/grpc-go --go-grpc_out=. --go-grpc_opt=module=github.com/fabiovalinhos/grpc-go greet/proto/dummy.proto

About

Tutorial for creating a Go app using grpc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published