Repo to try out and learn go
brotli
(in-progress)protobuf
: A basic client server setup to tryprotobuf
withgRPC
Steps to try this on your machine:
- Install
protobuf
binary on your machine - Run
make configure-protobuf
to generate protobuf related files - Run the server using
go run src/github.com/addityasingh/protobuf/server/main.go
- Run the client to verify the echoed response using
src/github.com/addityasingh/protobuf/client/main.go
This should give output as below:
learn-go [master●●●] % go run src/github.com/addityasingh/protobuf/client/main.go
message:"Hello World!"