the NGG library
NNG(nanomsg-next-gen) is lightweight messaging library, https://github.com/nanomsg/nng, offering a simple API to solve common recurring messaging problems. NGG is implemented in C, requuring only C99 and CMake to build. To be continue…