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
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.