Skip to content

sunbingfeng/nng_adaptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple c++ based messaging library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published