gRPC uses _____ to define services and message types, which helps in generating client and server code in various languages.
- JSON-RPC
- Protocol Buffers
- SOAP
- XML-RPC
gRPC uses "Protocol Buffers" to define services and message types. Protocol Buffers is a language-agnostic data serialization format, and it aids in generating client and server code in multiple programming languages, making gRPC efficient and cross-compatible.
Loading...
Related Quiz
- You are tasked with ensuring secure communication between microservices in a distributed system. How can JWT be used to ensure that the calls between microservices are authorized?
- What is REST in the context of Web APIs?
- API documentation provides information on _____ such as endpoints, request/response formats, and authentication mechanisms.
- Performance testing ensures that an API can handle a specific load within acceptable _____.
- Using GraphQL, clients can specify their data requirements in a _____, which allows for more efficient data retrieval.