Skip to content

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

License

Notifications You must be signed in to change notification settings

dorotaphanSiili/jsonrpc-core-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.9%
  • CMake 3.1%