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
- Host: GitHub
- URL: https://github.com/apigear-io/jsonrpc-core-cpp
- Owner: apigear-io
- License: mit
- Created: 2021-01-20T14:08:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T14:32:31.000Z (over 2 years ago)
- Last Synced: 2025-01-18T11:27:09.000Z (5 months ago)
- Language: C++
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)