gRPC is a communication protocol for building distributed services.
IMPORTANT: tRPC and gRPC are not the be confused with each other. They are fully different approaches.
- tRPC is for client-server communication and type sharing
- gRPC is rather for server-server communication, e. g. in micro services