@hackage / binary-protocol-zmq

Monad to ease implementing a binary network protocol over ZeroMQ

Latest0.2

About

Metadata

  • Last updated , by NicolasTrangez
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: Nicolas Trangez <eikke@eikke.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    tests (off by default)

    Build the tests

    optimize (on by default)

    Enable optimizations for the library

Readme

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.