Skip to content

shukra-in-spirit/udemy_grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Run

greet

  1. make greet
  2. terminal 1: ./bin/greet/server
  3. terminal 2: ./bin/greet/client

calculator

  1. make calculator
  2. terminal 1: ./bin/calculator/server
  3. terminal 2: ./bin/calculator/client

Server Methods

greet

  1. doGreet :: unary
  2. doGreetManyTimes :: Server Streaming
  3. doLongGreet :: Client Streaming
  4. doGreetEveryone :: Bi-directional Streaming

calculator

  1. doCalculate :: unary
  2. doFactorize :: Server Streaming
  3. doAverage :: Client Streaming
  4. doMax :: Bi-directional Streaming

Shukra in Spirit

Learn. Grow. Prosper.