nanomsg

nanomsg is a socket library that provides several common communication patterns. It aims to make the networking layer fast, scalable, and easy to use. Implemented in C, it works on a wide range of operating systems with no further dependencies.

This module implements D bindings and a convenience wrapper API for nanomsg

Modules

bindings
module nanomsg.bindings

http://nanomsg.org

examples
module nanomsg.examples
wrap
module nanomsg.wrap

nanomsg is a socket library that provides several common communication patterns. It aims to make the networking layer fast, scalable, and easy to use. Implemented in C, it works on a wide range of operating systems with no further dependencies.

Public Imports

nanomsg.bindings
public import nanomsg.bindings;
Undocumented in source.
nanomsg.wrap
public import nanomsg.wrap;
Undocumented in source.

Meta