| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
this is grpc server for testing pbkit packages.
Require installing pollapo, go, protoc.
(Require installing nodejs and yarn for client.)
And Install protoc-gen-go and protoc-gen-go-grpc.
Clone pingpong-server and api-common-protos.
git clone https://github.com/pbkit/pingpong-server.git
git clone https://github.com/googleapis/api-common-protos.gitGen go file for protoc.
cd ./pingpong-server
pollapo install
protoc --go_out="." --go_opt=paths=source_relative --go-grpc_out="." --go-grpc_opt=paths=source_relative -I=".pollapo" .pollapo/pbkit/interface-pingpong-server/pingpong.proto -I="../api-common-protos/"And start pingpong server.
go run main.goClone pingpong-client and Install pbkit-devtools.
And Enjoy Coding!
| Back | FazBrowse Home | New Git URL |