Back to Practical Aspnetcore

gRPC Client Streaming

projects/grpc/grpc-3/README.md

latest304 B
Original Source

gRPC Client Streaming

This is a sample of gRPC Client Streaming. In this case the client is sending a list of fortune cookies messages and the server convert them to "Friends' In Bed" version cookie and send it back to the client at the end of the streaming.