Skip to content

nekohands/muduo-protorpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

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