gRPC can efficiently handle _____ communication, which is beneficial for services that need to maintain a persistent connection.
- Asynchronous
- Bidirectional streaming
- Request-response
- Synchronous
gRPC can efficiently handle Bidirectional streaming communication, which is beneficial for services that need to maintain a persistent connection. Bidirectional streaming allows both the client and server to send and receive data simultaneously, making it suitable for real-time communication scenarios.
Loading...
Related Quiz
- Why is it important to perform load testing on an API?
- SOAP APIs typically use _____ for message format.
- To protect against CSRF attacks, developers can implement _____ to ensure requests are only accepted from trusted sources.
- What is a characteristic feature of gRPC?
- One of the benefits of using OpenID Connect is that it can help in _____ the need for password storage.