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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *