Skip to content

fernandochristyantosandbox/go-todogrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

go-todogrpc

A simple sandbox project(s) (actually collection of projects, divided per branch) covering gRPC core features. Each branch demonstrates different feature of gRPC.

Feature Covered

  • Basics
  • Authentication (TLS, static token)

Branches

  • basic/single-model
    A basic client server model with one message type (todo)

  • auth/tls
    Simple client server model with TLS Security (first one of two security features offered by gRPC)

  • auth/global-unary-interceptor-statictoken
    Simple client server model with TLS Security + Global unary interceptor for serverkey (token) validation

About

๐Ÿš€ Learn gRPC by building server and client services in google's go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages