Skip to content

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

Notifications You must be signed in to change notification settings

adrianh-za/netcore-grpc-basics

Repository files navigation

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 course located at Dometrain. For this reason, the implementations may not be ideal as a few features were implemented to get an understanding of said feature.

image

About

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

Topics

Resources

Stars

Watchers

Forks

Languages