An open API service indexing awesome lists of open source software.

https://github.com/adrianh-za/netcore-grpc-basics

Grpc client and server testing app to learn GRPC in .Net
https://github.com/adrianh-za/netcore-grpc-basics

dotnet grpc

Last synced: about 2 months ago
JSON representation

Grpc client and server testing app to learn GRPC in .Net

Awesome Lists containing this project

README

          

# netcore-grpc-basics
Simple of projects to test basics on gRPC in .Net

In order to run the client app and test apps, ensure the server *(Grpc.FirstServer)* is running and note the URL it us running on. This server URL would then need to be set to the variable `baseUrl` in the client *(Grpc.Client)* `program.cs` file.

Was done as part of the [From Zero to Hero: gRPC in .Net](https://dometrain.com/course/from-zero-to-hero-grpc-in-dotnet/) course located at [Dometrain](https://dometrain.com/). For this reason, the implementations may not be ideal as a few features were implemented to get an understanding of said feature.

![image](https://github.com/user-attachments/assets/0fc4ebd1-ba26-443d-94f2-75a6b6e0fedd)