Skip to content

This is a simple project to play with Grpc features and golang.

Notifications You must be signed in to change notification settings

knands42/Playing-with-Grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playing-with-Grpc

This is a simple project to play with Grpc features and golang.

Feature covered:

  • Unary
  • Server Streaming
  • Client Streaming
  • BiDi Streaming
  • Interceptors w/ unary and streaming (authentication)
  • Error handling (deadlines, status codes, etc)
  • TLS

Credits

Project made by following the playlist tutorial on youtube by TECH SCHOOL I changed some things to make more easier to continue to maintain as I will in the future.