Building Microservices with Go: 17. gRPC Bi-directional streaming, part 2/2

In this video we start to look at gRPC bi-directional streaming gRPC streaming allows you to independently receive streamed messages from the client and send a response to it. This episode continues where the previous episode left off and looks at how you can implement bidirectional streaming between two services. Source Code: Server-side streaming: #server-side-streaming-rpc Client
Back to Top