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

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

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
```