Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/knands42/playing-with-grpc

This is a simple project to play with Grpc features and golang.
https://github.com/knands42/playing-with-grpc

golang grpc-client grpc-interceptor grpc-server makefile

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://www.youtube.com/playlist?list=PLy_6D98if3UJd5hxWNfAqKMr15HZqFnqf)
I changed some things to make more easier to continue to maintain as I will in the future.