Skip to content

iunary/grpcly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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