Skip to content

ravivish/gprc-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple gRPC Example in C#

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.

Prerequisites

  • .NET 8 SDK or higher
  • Visual Studio or Visual Studio Code (optional)

Project Structure

  • GrpcServer: The gRPC server implementation
  • GrpcClient: The client that makes requests to the gRPC server

Setup Instructions

1. Clone the repository or download the source code.

2. Build and restore the projects:

In the terminal, navigate to the project folder and run:

dotnet build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages