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.
- Host: GitHub
- URL: https://github.com/sysulq/zrpc
- Owner: sysulq
- License: other
- Created: 2014-02-28T07:54:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T11:56:46.000Z (over 12 years ago)
- Last Synced: 2025-04-27T07:17:17.621Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 272 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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