Skip to content

kbehouse/gRPC-go-mTLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello gRPC with goLang

gRPC helloworld &

gRPC mTLS (mutual TLS) helloworld

Intro

helloworld/ from https://grpc.io/docs/quickstart/go/

helloworld_mTLS/ from

Install

Install protoc

See: http://google.github.io/proto-lens/installing-protoc.html

brew install protobuf

Install protoc-gen-go See: https://grpc.io/docs/quickstart/go/

go get -u github.com/golang/protobuf/protoc-gen-go
export PATH=$PATH:$GOPATH/bin

Init GoMod

# if directly use this repo, you don't need it
go mod init kbe.grpctest

Releases

No releases published

Packages

No packages published