This is a simple gRPC application in C# consisting of a gRPC Server and a gRPC Client. The server provides an item details service, and the client fetches the item details from the server.
- .NET 8 SDK or higher
- Visual Studio or Visual Studio Code (optional)
- GrpcServer: The gRPC server implementation
- GrpcClient: The client that makes requests to the gRPC server
In the terminal, navigate to the project folder and run:
dotnet build