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

https://github.com/notsu/grpc-playground


https://github.com/notsu/grpc-playground

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Prerequisites

1) Install the protocol compiler plugins for Go using the following commands:

```
go get github.com/golang/protobuf/protoc-gen-go \
google.golang.org/grpc/cmd/protoc-gen-go-grpc
```

# Table of Contents

1. [Basic - Unary, Steaming](./01-basic)
2. [Error Handling](./02-error-hanlding)
3. [With Authentication](./03-with-authentication)
4. [With Metadata](./04-with-meta-data)