Back to Practical Aspnetcore

gRPC-Web Server Streaming

projects/grpc/grpc-11/README.md

latest303 B
Original Source

gRPC-Web Server Streaming

This is a sample of gRPC-Web 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.

The server is running on HTTP 1.1 instead of HTTP 2.