https://github.com/notsu/grpc-playground
https://github.com/notsu/grpc-playground
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/notsu/grpc-playground
- Owner: notsu
- Created: 2020-10-14T17:39:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T09:05:21.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T21:42:16.045Z (almost 2 years ago)
- Language: Go
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)