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

https://github.com/iunary/grpcly

Golang GRPC examples
https://github.com/iunary/grpcly

bidirectional golang grpc protobuf3 rpc stream unary

Last synced: 4 months ago
JSON representation

Golang GRPC examples

Awesome Lists containing this project

README

          

# GRPCLY
This repo contains the four different grpc types implementation

- Unary RPC
> the example implemets the anagram algorithm
- Bidirectional streaming RPC
> the example implements a string reverse function
- Server stream RPC
> the example implements a password ganarator
- Client stream RPC
> the example implements a string reverse function