'gRPC Client: Ways to use frontend and how to connect with gRPC Server services
I have difficult on how to start doing gRPC Services because of the Client part. I need to use a web front end to show the application to the user and then consume data from the gRPC Services application.
At the moment I'm using C# in .Net 6 (Visual Studio 2022) and I just need to know the best ways of how the Client can consume the data from the Server and that is not in 'console' (for example the server will work in console mode but I don't want the client to use another 'console', and I need to replace this one either with htmls, razor or blazor)
Can anyone tell me documents where I can start implementing this way?
Any help is welcome
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
