Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 531 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 531 Bytes

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.