Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/knands42/playing-with-grpc
- Owner: knands42
- Created: 2023-06-17T20:13:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T23:05:32.000Z (about 1 year ago)
- Last Synced: 2024-11-10T00:16:24.941Z (about 2 months ago)
- Topics: golang, grpc-client, grpc-interceptor, grpc-server, makefile
- Language: Go
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.