# smartrpc **Repository Path**: jackhen/smartrpc ## Basic Information - **Project Name**: smartrpc - **Description**: smartrpc is a multi-threaded C++ rpc library based on the network reactor pattern - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: http://my.oschina.net/jackhen/blog?catalog=3506774 - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2016-03-16 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: web-dev-toolkits **Tags**: None ## README smartrpc is a multi-threaded C++ rpc library based on the network reactor pattern. It only runs on Linux with kernel verion >= 2.6. https://git.oschina.net/jackhen/smartrpc.git http://my.oschina.net/jackhen Copyright (C) 2016, han_gangbiao. All rights reserved. Use of this source code is governed by a GPL-v2 license that can be found in the License file. ============================================================================================== Building smartrpc ----------------- ./build.sh ============================================================================================== How to use smartrpc library -----------------