Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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