Skip to content

TTimo/nanomsg

This branch is 350 commits behind nanomsg/nanomsg:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a7235c · Dec 1, 2014
Dec 1, 2014
Nov 27, 2014
Nov 12, 2014
Nov 15, 2014
Nov 27, 2014
Nov 27, 2014
Nov 20, 2014
Nov 27, 2014
Nov 27, 2014
Nov 27, 2014
Nov 12, 2014
Nov 27, 2014
Sep 7, 2013
Jan 9, 2013
Mar 4, 2014
Aug 27, 2013
Aug 9, 2013
Nov 20, 2014
Jun 18, 2014
Aug 23, 2013

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

Languages

  • C 98.6%
  • Other 1.4%