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
- Download the package.
- Unpack it.
- Go to the root directory of the package.
- ./configure
- 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.
- Download the package.
- Unpack it.
- Go to the root directory of the package.
- run "cmake ."
- Open the nanomsg.sln file using MSVC IDE.
- Build the entire solution.
- Optionally, build RUN_TESTS project to run the test suite.
Website: http://nanomsg.org
Source code: https://github.com/nanomsg/nanomsg
Documentation: http://nanomsg.org/documentation.html
Bug tracker: https://github.com/nanomsg/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