An open API service indexing awesome lists of open source software.

https://github.com/gussf/go-gprc-test

Intended for leaning
https://github.com/gussf/go-gprc-test

go grpc

Last synced: 2 months ago
JSON representation

Intended for leaning

Awesome Lists containing this project

README

          

# go-gprc-test

# A very basic gRPC Go implementation intended for learning purposes only :)

Generate pb files:
```bash
protoc --go_out=. --go-grpc_out=. --go-grpc_opt=paths=source_relative --go_opt=paths=source_relative greet/greet.proto
```