forked from jgarzik/rpcsrv
-
Notifications
You must be signed in to change notification settings - Fork 0
JSON-RPC server based on Boost.Asio
License
zhongcy/rpcsrv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A multi-threaded JSON-RPC server skeleton, based originally on the Boost.Asio "server3" example code. Currently implements two simple JSON-RPC methods, "ping" (always returns true) and "echo" (echoes params back as the result), but sufficient code exists to support a wide range of RPC methods, inputs and outputs. Requires Boost 1.37.0 or later. Building follows the familiar pattern: ./autogen.sh # only if building from git repo ./configure make make install Run "./rpcsrvd --help" for a summary of server configuration options, and their default values.
About
JSON-RPC server based on Boost.Asio
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 60.8%
- M4 38.3%
- Other 0.9%