Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benchkram/bob-grpc-example

A simple example on how to generate gRPC code with bob.
https://github.com/benchkram/bob-grpc-example

Last synced: 10 days ago
JSON representation

A simple example on how to generate gRPC code with bob.

Awesome Lists containing this project

README

        

# bob-grpc example

A simple example on how to generate gRPC code with bob.

## Prerequisites
- go: https://go.dev/doc/install
- bob + nix: https://bob.build/docs/getting-started/installation

### Generate code from proto definition
```shell
bob build proto
```

### Run server
```shell
go run server/main.go
```

### Run client
```shell
go run client/main.go
```