nng VS cppzmq

Compare nng vs cppzmq and see what are their differences.

nng

nanomsg-next-generation -- light-weight brokerless messaging (by nanomsg)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
nng cppzmq
9 2
3,562 1,836
1.7% 2.2%
9.0 5.8
2 days ago about 2 months ago
C C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nng

Posts with mentions or reviews of nng. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-19.

cppzmq

Posts with mentions or reviews of cppzmq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-10.
  • Question regarding method definition and .lib files
    1 project | /r/AskProgramming | 2 Dec 2022
    I found that I knew almost nothing about C++ and had to start reading and watching tutorials to understand what was happening in the code samples provided. In the end, I just followed the C++ SDK programming manual and managed to capture the image data with the provided library and source code and display it with OpenCV. But even though this manual made it possible to display the video images, I am still very confused about the implementation of the member functions of the provided classes. And since I want to share the image data with a Python script, I need to understand exactly what is happening. Since I couldn't find any simple enough resources on shared memory, I tried sending the image data over sockets using the ZeroMQ library library called cppzmq.
  • Any good lightweight c++ local socket library for embedded Linux?
    4 projects | /r/cpp_questions | 10 May 2022
    Maybe I am not understanding it correctly, the https://github.com/zeromq/libzmq is GPL v3, and header only file is https://github.com/zeromq/cppzmq MIT license? So I can use the header only library and I don't need to open source my code?

What are some alternatives?

When comparing nng and cppzmq you can also consider the following projects:

ZeroMQ - ZeroMQ core engine in C++, implements ZMTP/3.1

palanteer - Visual Python and C++ nanosecond profiler, logger, tests enabler

zmqpp - 0mq 'highlevel' C++ bindings

doctest - The fastest feature-rich C++11/14/17/20/23 single-header testing framework

uvw - Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!

cpp-httplib - A C++ header-only HTTP/HTTPS server and client library

Magic Enum C++ - Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code

coz - Coz: Causal Profiling

Crow - Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)

distributed-process-tests - Cloud Haskell core library

libmpack - Simple implementation of msgpack in C