Welcome to nanomsg
nanomsg library is a simple high-performance implementation of several "scalability protocols". Scalability protocol's job is to define how multiple applications communicate to form a single distributed application.
For more info check the web site: http://nanomsg.org
Build it
- The build is performed using CMake, so first make sure that CMake is installed on your system
- git clone git@github.com:250bpm/nanomsg.git
- cd nanomsg
- mkdir build
- cd build
- cmake .. # or cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
- make
- make check
- sudo make install
- On Linux or other platforms which use ld.so for dynamic linking, run ldconfig or equivalent as root to update your system’s shared library cache
Resources
Website: http://nanomsg.org
Source code: https://github.com/250bpm/nanomsg
Documentation: http://nanomsg.org/v0.0.0/nanomsg.7.html
Bug tracker: https://github.com/250bpm/nanomsg/issues
Mailing list: nanomsg@freelists.org
Subscribe to the list here: http://www.freelists.org/list/nanomsg
IRC chatroom: channel #nanomsg at irc.freenode.net/8001
Support: http://www.250bpm.com/services