Uses Tokio for async and Tonic for gRPC.
- 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.