Published an article on using Kestrel/ASP.NET for creating and accessing gRPC services #1423
npolyak
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
@npolyak Wonderful! Thank you for your mention and sharing it here! 😃 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 Web Browser client and C# non-Blazor WebAssembly Avalonia Web Browser client. The last two clients are using are using grpc-web.
Beta Was this translation helpful? Give feedback.
All reactions