What does HackerNews think of nng?

nanomsg-next-generation -- light-weight brokerless messaging

Language: C

  build on top of WAMP: Web Application Messaging Protocol
  https://wamp-proto.org/comparison.html
  Another alternative that I follow with great interest:
  https://github.com/nanomsg/nng
  pubsub is a powerful pattern
Anyone know how nanomsg (https://nanomsg.org) or nng (https://github.com/nanomsg/nng) compares?

Interesting that nanomsg tries to better zeromq (https://nanomsg.org/documentation-zeromq.html) and then nng tries to better nanomsg (https://nng.nanomsg.org/RATIONALE.html)

edit: just noticed nng and nanomsg share the same domain, so probably the same people behind them.

You should take a look at nng (nanomsg-next-gen) [1], which is a successor to nanomsg, which was a successor to ZeroMQ.

[1]: https://github.com/nanomsg/nng