项目作者: neibla
项目描述 :
Demo Golang project with a bidirectional streaming gRPC server and mTLS authentication
高级语言: Go
项目地址: git://github.com/neibla/streaming-grpc-with-mtls.git
Streaming Bidirectional gRPC Server With mTLS Authentication - a Golang Example
Requirements:
Install Dependencies
go get ./...
Setup Development Certificates
make generate-dev-certs
Start Server
make start-server
Start Client
make start-client
Configure client certs with client/config.env