Exai / muduo-protorpc

Google Protobuf RPC based on Muduo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Muduo Protorpc - Google Prorobuf RPC based on Muduo
Copyright (c) 2012-2016, Shuo Chen.  All rights reserved.
http://github.com/chenshuo/muduo-protorpc

Requires Muduo cpp11 branch.

$ sudo apt-get install libprotoc-dev protobuf-compiler
$ sudo apt-get install libprotobuf-dev cmake
$ git clone https://github.com/chenshuo/muduo.git
$ git clone https://github.com/chenshuo/muduo-protorpc.git
$ cd muduo && git checkout cpp11 && ./build.sh install
$ cd muduo-protorpc && ./build.sh

Check binaries in ../build/protorpc-release/bin/

About

Google Protobuf RPC based on Muduo

License:Other


Languages

Language:Java 44.2%Language:C++ 39.8%Language:Go 12.1%Language:CMake 3.5%Language:Shell 0.4%