Skip to content

aka-achu/go-gRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-gRPC

go-gRPC demonstrates the use of gRPC framework in golang

Features!

  • Unary service
  • Server Streaming service
  • Client Streaming service
  • Bi-directional Streaming service
  • gRPC Error
  • gRPC request Deadline
  • Securing server with ssl
  • gRPC Iterceptor
  • Compressor
  • Load Balancing
  • Multiplexer