mirror of
https://github.com/go-micro/go-micro.git
synced 2025-04-04 20:44:27 +02:00
Description
This example is translate go grpc example into go-micro. You can also find the orignal codes in github.com/grpc/grpc-go.
Run the sample code
Protobuf
protoc --go_out=proto --micro_out=proto proto/route_guide.proto
Server
cd stream/gprc/server
go run .
Client
cd stream/client
go run main.go