MiniRPC for macOS A minimal RPC framework in C++ with full comments. Build on macOS # Install dependencies via Homebrew brew install protobuf cmake # Build mkdir build && cd build cmake .. && make