In a nutshell:
-
It's based on the
nng
package which is a lightweight c-based messaging library. And we implemented a thin c++ interface to help you add pub/sub features in an easy manner. -
Fully asynchronous subscription support
-
Install
nng
according to guide -
Install
protobuf
We provided a simple demo, and you can have a try.
-
Shared memory support
-
Asynchronous publish support
-
More robust MD5 check method.
- hash-library provides a portable
MD5
calculation module.