mfaizudd / GrpcChat

A simple console chat application using gprc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC Chat

Simple console chat application using the grpc framework, but it's mostly just me learning something new

To run the server:

dotnet run --project GrpcChat.Server

To run the client:

dotnet run --project GrpcChat.Client

Demo

demo.mp4

About

A simple console chat application using gprc


Languages

Language:C# 87.4%Language:Dockerfile 12.6%