nanomsg-haskell

Bindings to the nanomsg library

https://github.com/ivarnymoen/nanomsg-haskell

Latest on Hackage:0.2.4@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Ivar Nymoen
Maintained by Ben Gamari

This is a Haskell binding for the nanomsg library: http://nanomsg.org/.

There's support for (evented) blocking send and recv, a non-blocking receive, and for all the socket types and the functions you need to wire them up and tear them down again.

Most sockets options are available through accessor and mutator functions. Sockets are typed, transports are not.