omdxp / grpc-server

server with Rust, client with Go, all in gRPC!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC with Rust server and Go client

Since gRPC is language agnostic, it is easy to write a server and client in multiple languages.

Here is a simple server written in Rust and a Go client.

The service is called EchoService and it returns the same message back to the client.

run server

make server

run client

make client

About

server with Rust, client with Go, all in gRPC!


Languages

Language:Rust 93.8%Language:Go 4.6%Language:Makefile 1.7%