gRPC server + client communication

3 weeks ago 33
ARTICLE AD BOX

I created a gRPC server using RoadRunner and tested it by sending requests via Postman and everything works fine.

The server is already running, but how can I make a request to it from a Symfony application?

I’ve found a few old examples online, but when I generate files using protoc, I only get interface, and there is no *Client.php file generated.

How do I create and use a gRPC client in Symfony to communicate with this server? Or should I do something else?

Read Entire Article