sample code for grpc-gateway study #grpc_gateway_wt
Go + grpc-gateway でつくる JSON API 速習会 @ Wantedly
👉 See develop branch
Golang (^1.9.0), dep (> 3.0.0), protobuf (> 3.0.0)
$ brew install protobuf
$ brew install izumin5210/tools/grapi
If you would like to run samples in Docker, you can use creasty/rid.
$ brew install creasty/tools/rid
$ rid createdb grpc-gateway-study
$ rid migrate up
- Slide (in Japanese)
- grpc-gateway
- grapi
- Code generator
- protoc wrapper
- gRPC + grpc-gateway server implementation