Skip to content

Demo Golang project with a bidirectional streaming gRPC server and mTLS authentication

License

Notifications You must be signed in to change notification settings

neibla/streaming-grpc-with-mtls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming Bidirectional gRPC Server With mTLS Authentication - a Golang Example

Requirements:

  • Golang 1.16

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

About

Demo Golang project with a bidirectional streaming gRPC server and mTLS authentication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published