GithubHelp home page GithubHelp logo

tzrpc's Introduction

tzrpc

tzrpc is a C++ RPC framework, in order to better supporting network client and service development. This project is mainly inspired by logcabin, and has already been used in some projects.
In fact, Apache Thrift is a nice RPC framework, it is stable, powerful and also easy to use. But build our own RPC framework, we can do may more controls and modifications, such as drop oldest or new request when queue is overloaded, create new or reduce task work threads according to overload atomaticlly, async client support, and many more features can be added in your own preferences.

Based on:

  1. boost::asio async and sync network library, so the network concurrent and performance is nice.
  2. protobuf message for marshalling/unmarshalling. The network message and application message are represented seperately, so other package protocols can also work, this choice is just for protobuf is so widespread.
  3. gtest unit_test framework.

Note:

The v1.3.x branch is legacy implementation, no features and improvements will be added any more.
The master branch depends on Roo library, and will be actively maintained.

tzrpc's People

Contributors

taozhijiang avatar

Stargazers

 avatar LeekingWeng avatar  avatar Ted Mostly avatar duwei avatar ... avatar Devspace avatar jiangbo9510 avatar Cable Fan avatar faTe avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

linecode wanjf912

tzrpc's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.