binary-protocol-zmq

Monad to ease implementing a binary network protocol over ZeroMQ

http://github.com/NicolasT/binary-protocol-zmq

Latest on Hackage:0.2

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.

BSD-3-Clause licensed by Nicolas Trangez
Maintained by Nicolas Trangez

The monad provided in this package provides an easy way to implement servers and clients which exchange messages (types which are instances of Data.Binary.Binary) over ZeroMQ sockets.

This is heavily based on the Control.Monad.BinaryProtocol package by Gregory Crosswhite.