#
BloomRPC - installation & usage
This tutorial explains how to install and use BloomRPC (a gRPC client).
As I have Chocolatey installed, I will use Chocolatey for this tutorial. So I will run the following command in powershell:
choco install bloomrpc
Once installed, we can run/start it as normal Window application. When started you will see a page like this:
Click on the "+" icon and choose a proto file.
You will see that the request is generated automatically.
You can add metadata (if needed) and run the gRPC call.
Info
This call is based on a Spring Boot gRPC service created on this site.