PreviousNext

gRPC Bi-directional streaming with Razor Pages and a Hosted Service gRPC client

by bill-s, 2019-04-01T04:32:54.360Z

This article shows how a Bi-directional streaming gRPC service could be implemented using an .NET Core Hosted Service as a gRPC client, and a Razor Page to send Bi-directional streaming messages to the servers connected clients.

Read More