Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iunary/grpcly

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

bidirectional golang grpc protobuf3 rpc stream unary

Last synced: about 1 month 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