Can install and print
Can ASP.Net Core Web serve as gRPC service and gRPC client at the same time?
李畋岷
76
Reputation points
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:
How can this be achieved?
In addition, my ASP.Net Core Web project cannot install the Grpc.AspNetCore package. I don't know why.
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
Developer technologies | .NET | Blazor
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.