Navigation Menu

Skip to content

4Second2None/nanomsg

 
 

Repository files navigation

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

  1. Download the package.
  2. Unpack it.
  3. Go to the root directory of the package.
  4. ./configure
  5. make
  6. make check
  7. sudo make install
  8. 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.

Build it on Windows

  1. Download the package.
  2. Unpack it.
  3. Go to the root directory of the package.
  4. run "cmake ."
  5. Open the nanomsg.sln file using MSVC IDE.
  6. Build the entire solution.
  7. Optionally, build RUN_TESTS project to run the test suite.

Resources

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

About

nanomsg library

Resources

License

Stars

Watchers

Forks

Packages

No packages published