https://github.com/greenvine/hey-grpc-starter-proto
Hey gRPC Boilerplate Project (Protobuf Definitions)
https://github.com/greenvine/hey-grpc-starter-proto
boilerplate grpc protobuf starter
Last synced: 2 months ago
JSON representation
Hey gRPC Boilerplate Project (Protobuf Definitions)
- Host: GitHub
- URL: https://github.com/greenvine/hey-grpc-starter-proto
- Owner: GreenVine
- Created: 2021-01-04T03:42:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T11:12:53.000Z (over 3 years ago)
- Last Synced: 2025-05-23T03:15:37.557Z (about 1 year ago)
- Topics: boilerplate, grpc, protobuf, starter
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hey-grpc-starter-proto
This repository belongs to Hey gRPC project, a full-featured gRPC boilerplate that allows you to bootstrap gRPC clients/servers easily.
## Components
- Protobuf Definitions (this project): [hey-grpc-starter-proto](https://github.com/GreenVine/hey-grpc-starter-proto)
- Generated Protobuf Interface: [hey-grpc-starter-interface](https://github.com/GreenVine/hey-grpc-starter-interface)
- Server Implementation: [hey-grpc-starter-server](https://github.com/GreenVine/hey-grpc-starter-server)
- Client Implementation: [hey-grpc-starter-client](https://github.com/GreenVine/hey-grpc-starter-client)