Can ASP.Net Core Web serve as gRPC service and gRPC client at the same time?

李畋岷 76 Reputation points
2022-09-24T02:23:53.883+00:00

I'm developing an ASP.Net Core Web project which involving the use of printer. My idea is to operate the printer on gRPC service from the ASP.Net Core client, and then let gRPC service retrieve the data to be printed from the ASP.Net Core Web, as shown in the following figure:
244396-schdiag.png

How can this be achieved?

In addition, my ASP.Net Core Web project cannot install the Grpc.AspNetCore package. I don't know why.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,154 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,383 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Ahmed Abdalla Bazazo 6 Reputation points
    2022-09-24T20:58:04.037+00:00

    Can install and print

    0 comments No comments