Skip to content

mill5james/grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple gRPC example using Rust and ASP.NET Core

This is a very basic example of implementing both a gRPC client and server using Rust and .NET.

A client implemented in one language can talk to a server implemented in either language.

Directories in this repository

  • Common
    • Contains the elements used by both client and server in all languages
  • dotnet
    • Client
      • The gRPC .NET Console client
    • Server
      • The ASP.NET Core gRPC server
  • rust
    • The rust implementation of both the client and server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors