Home

Awesome

json-rpc-cxx

Build status CircleCI GitHub codecov Language grade: C/C++ Codacy Badge GitHub tag (latest SemVer)

json-rpc-cxx-icon

A JSON-RPC 2.0 framework implemented in C++17 using the nlohmann's json for modern C++.

Installation

mkdir build && cd build
cmake ..
sudo make install

Usage

Design goals

License

This framework is licensed under MIT.

Dependencies

Developer information