Skip to content

Latest commit

 

History

History

geerpc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Asynchronous gRPC

Uses Tokio for async and Tonic for gRPC.

Projects

  • Vibing: Very simple example of a client sending requests and getting responses back from a server.
  • Radio: A more elaborate setup where the server has multiple RPC functions available. Different types of streaming is shown here, including full duplex.