# Packages
No description provided by the author
# README
Running server
-> go run cmd/grpcserver/main.go
Running client
-> go run cmd/grpcclient/main.go
Consuming server
We can consume server with Evans https://github.com/ktr0731/evans
Or we can use gRPCurl https://github.com/fullstorydev/grpcurl