Introduction

In a previous article, I have introduced you gRPCurl a command line tool that allows you test you gRPC endpoints: gRPC & ASP.NET Core 5: Test gRPC endpoints with gRPCurl – Anthony Giretti’s .NET blog. In this article I’ll introduce you gRPCui which is quite the same tool, but available as a web tool, built on top on gRPCurl.

Install gRPCui

Because its a GUI built on top of gRPCurl, you’ll need, like this latter to install GO on your machine, you can find the tutorial in my previous article here again: gRPC & ASP.NET Core 5: Test gRPC endpoints with gRPCurl – Anthony Giretti’s .NET blog. Like gRPCurl, you don’t need to install any proto files, gRPCui uses gRPC Reflection as well.

#grpc #grpcui #aspdotnet core 5 #aspdotnet core

gRPC & ASP.NET Core 5: Discover gRPCui, the GUI alternative to gRPCurl
2.00 GEEK