Back to Practical Aspnetcore

gRPC Server Streaming

projects/grpc/grpc-2/README.md

latest239 B
Original Source

gRPC Server Streaming

This is a sample of gRPC Server Streaming. In this case the server just repeat the same message 10 times every 5 seconds. Make sure you run both the server and the client.