Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwotton/majordomo
majordomo implementation for Haskell
https://github.com/mwotton/majordomo
Last synced: 12 days ago
JSON representation
majordomo implementation for Haskell
- Host: GitHub
- URL: https://github.com/mwotton/majordomo
- Owner: mwotton
- License: bsd-3-clause
- Created: 2012-08-06T01:11:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-06T02:15:51.000Z (almost 12 years ago)
- Last Synced: 2023-04-16T12:07:47.780Z (over 1 year ago)
- Language: C
- Size: 168 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
from http://rfc.zeromq.org/spec:7
"The Majordomo Protocol (MDP) defines a reliable service-oriented
request-reply dialog between a set of client applications, a broker
and a set of worker applications. MDP covers presence, heartbeating,
and service-oriented request-reply processing. It originated from the
Majordomo pattern defined in Chapter 4 of the Guide."This is an implementation for Haskell.
Examples of use can be found in echo_worker.hs and mdp_client.hs
(which doubles as a helpful command line tool for issuing MDP commands)