An open API service indexing awesome lists of open source software.

https://github.com/sysulq/zrpc

A lightweight distributed RPC framework powered by pure C language and based on ZeroMQ and pbc.
https://github.com/sysulq/zrpc

Last synced: about 1 year ago
JSON representation

A lightweight distributed RPC framework powered by pure C language and based on ZeroMQ and pbc.

Awesome Lists containing this project

README

          

zrpc
====

A lightweight distributed RPC framework powered by pure C language and based on ZeroMQ and Pbc.

###Download

git clone https://github.com/hnlq715/zrpc --recursive

###Installation

####libzmq

./autogen.sh
./configure
make && make install

####czmq

./autogen.sh
./configure
make && make install

####pbc

make

####libzrpc

make