This GoFr example demonstrates a simple gRPC server that communicates with another gRPC service hosted on a different machine. It serves as a client for another gRPC example included in this examples folder.
Refer to the documentation to setup
Steps to Run the Example
First, start the corresponding grpc-server example, which is located at the relative path: ../grpc-server.
Use the following command to start it:
go run main.go
Once the grpc-server is running, start this server using a similar command: