xsoheilalizadeh / hub-gateway

This is a sample for service communication with gRPC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hub Gateway 🗼

This is a sample for service communication with gRPC.

  • Client: .NET 5 console application as gRPC client
  • Server: Rust gRPC server

How it works?

Server

cd .\server
cargo run

Client

cd .\client
dotnet run

Usage

Enter get command in client it gives you the first success gateway from the server.

Enter command: get    
Redirect to https://google.com 

About

This is a sample for service communication with gRPC.


Languages

Language:Rust 85.9%Language:C# 14.1%