Published an article on gRPC with one of the sample clients being Avalonia in-browser #15663
npolyak
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Published an article on using Kestrel/ASP.NET for creating and accessing gRPC services: gRPC, .NET 8.0 and Kestrel in Easy Samples.
The article covers various gRPC paradigms including single-response/single-reply, server streaming, client streaming and bi-directional streaming.
Also 3 types of clients are demonstrated - C# console client, HTML/JavaScript client and C# non-Blazor WebAssembly Avalonia client.
Beta Was this translation helpful? Give feedback.
All reactions