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
- Host: GitHub
- URL: https://github.com/adrianh-za/netcore-grpc-basics
- Owner: adrianh-za
- Created: 2024-12-30T11:50:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T12:13:26.000Z (over 1 year ago)
- Last Synced: 2025-11-18T01:03:08.612Z (7 months ago)
- Topics: dotnet, grpc
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
