Skip to content

sulavneupane/gRPC-Project

Repository files navigation

gRPC Project

A sample project to understand gRPC (HTTP/2) using Go language

Install Proto Compiler (protoc) on MacOS

brew install protobuf-c

Setup gPRC for GoLang

https://grpc.io/docs/languages/go/quickstart/

Commands

Compile proto files

protoc --go-grpc_out=. --go_out=. *.proto

About

A sample project to understand gRPC (HTTP/2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages