gin/examples/grpc/README.md
田欧 737d2fb7ab add grpc example (#1401)
use grpc helloworld example.
2018-06-22 09:51:06 +08:00

227 B

How to run this example

  1. run grpc server
$ go run grpc/server.go
  1. run gin server
$ go run gin/main.go
  1. use curl command to test it
$ curl -v 'http://localhost:8052/rest/n/thinkerou'