gRPC request using rails application

Hi, Does anyone know how can I send a request to my gRPC service using rails application? Like I have my rails web application & I want to send a request to my HELLO gRPC Service when I click a button in the web-app?

1 Like

Have you taken a look at this? Basics tutorial | Ruby | gRPC

1 Like

Yes, But there is no a straightforward setup for gRPC in Rails unlike Nestjs and includes built-in providers. Rails community should pay more attention to gRPC services.