A high performance, open-source universal RPC framework.
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.
To install grpc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install grpc
To see what files were installed by grpc, run:
port contents grpc
To later upgrade grpc, run:
sudo port selfupdate && sudo port upgrade grpc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.