REST vs. GraphQL vs. gRPC
REST, GraphQL, and gRPC are 3 popular forms client-server and server-to-server communication. Choosing can be difficult, so this concise guide can help. In each section, an example will be provided to illustrate retrieving a user.
Source: REST vs. GraphQL vs. gRPC.