What is a characteristic feature of gRPC?
- Designed primarily for web browsers
- Supports multiple programming languages
- Synchronous communication
- Uses JSON for data serialization
A characteristic feature of gRPC is that it supports multiple programming languages, making it suitable for building cross-language and cross-platform applications. It uses Protocol Buffers (protobufs) for data serialization and supports asynchronous communication, which can improve application performance.
Loading...
Related Quiz
- Consider a scenario where you have to choose between Apollo and Relay for a new project using GraphQL. What factors would influence your decision?
- How can you ensure data validation in an API implemented using Flask or Express?
- How does data transfer efficiency differ between REST and gRPC?
- Which API architectural style is known for using a single endpoint and a query language to retrieve data?
- How can test data dependencies be managed in an end-to-end API test?