An open API service indexing awesome lists of open source software.

https://github.com/apigear-io/jsonrpc-core-cpp

A C++11 jsonrpc core library. Designed to be integrated
https://github.com/apigear-io/jsonrpc-core-cpp

Last synced: 4 months ago
JSON representation

A C++11 jsonrpc core library. Designed to be integrated

Awesome Lists containing this project

README

        

# Json RPC Core C++ Library

The design goal of this library is to write a JSON RPC protocol only to depend on Std C++11 and nlohman JSON library. No other external dependencies.

All external dependencies are designed as interfaces to ensure this library can be easily integrated into other technology stacks.

# Usage

See Qt Demo App (example/QRpcApp)