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

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)

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)