##Overview
a rpc libray written in C leveraging boost.asio, cheetah, protobuf.
###Features
Blocking RPC client.
Async RPC client.
Blocking RPC server.
Async RPC server.
Threaded RPC server.
###Future work
Thread pool RPC server.
###Prerequsites
protobuf 2.6.0
boost.asio boost.log
cheetah
##Installation
git clone https://github.com/zxjcarrot/carrot-rpc
cd carrot-rpc
make
sudo make install
##Examples
A async rpc client and async rpc server example.