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
- Host: GitHub
- URL: https://github.com/gussf/go-gprc-test
- Owner: gussf
- Created: 2021-06-23T23:41:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T22:57:59.000Z (about 5 years ago)
- Last Synced: 2025-12-26T16:37:22.314Z (6 months ago)
- Topics: go, grpc
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```