Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 704 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 704 Bytes

A simple c++ based messaging library

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

Prerequisites

  • Install nng according to guide

  • Install protobuf

Quick Start

We provided a simple demo, and you can have a try.

TODO

  • Shared memory support

  • Asynchronous publish support

  • More robust MD5 check method.

Special Thanks