https://github.com/kenriortega/go-grpc-course
gRPC crash course
https://github.com/kenriortega/go-grpc-course
Last synced: about 1 month ago
JSON representation
gRPC crash course
- Host: GitHub
- URL: https://github.com/kenriortega/go-grpc-course
- Owner: kenriortega
- Created: 2021-07-11T01:24:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T17:40:19.000Z (over 3 years ago)
- Last Synced: 2025-02-03T06:52:59.538Z (3 months ago)
- Language: Go
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC crash course
install protoc on ubuntu
```bash
sudo apt install protobuf-compiler
sudo apt install golang-goprotobuf-dev
```