Skip to content

kimai07/grpc-gateway-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-gateway-sample

  • pb.goファイル作成
$ make protoc_go
$ make protoc_gateway_go
  • server起動
$ go run server/main.go
  • gateway起動
$ go run gateway/main.go
  • リクエスト確認
$ curl -d '{"name":"KJ"}' -X POST 'http://localhost:8080/greeter/hello'
{"msg":"Hello KJ"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published