https://github.com/chenshuo/muduo-protorpc
Google Protobuf RPC based on Muduo
https://github.com/chenshuo/muduo-protorpc
Last synced: about 1 year ago
JSON representation
Google Protobuf RPC based on Muduo
- Host: GitHub
- URL: https://github.com/chenshuo/muduo-protorpc
- Owner: chenshuo
- License: other
- Created: 2012-03-13T11:17:45.000Z (over 14 years ago)
- Default Branch: cpp11
- Last Pushed: 2019-05-10T15:50:54.000Z (about 7 years ago)
- Last Synced: 2025-03-31T11:21:08.260Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 290 KB
- Stars: 197
- Watchers: 27
- Forks: 106
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: License
Awesome Lists containing this project
- awesome-java - Muduo Protorpc
README
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/