@hackage patterns0.0.2

Common patterns in message-oriented applications

There are common patterns often reused - or, in fact, reimplemented, in many distributed, message-oriented applications, such as Server/Client (a.k.a Request/Response), Publish/Subscribe, Pipline (a.k.a. Push/Pull) and Exclusive Pair (a.k.a. Peer-to-Peer). The Patterns package implements those patterns based on zeromq. More information on zeromq can be found at http://www.zeromq.org. More examples and a test suite are available on http://github.com/toschoo/mom.