The latest version of courier is 0.1.1.5-0.

courier

Version 0.1.0.8 revision 0 uploaded by PhilHargett.

Package meta

Synopsis
A message-passing library for simplifying network applications
Description

Inspired by Erlang's simple message-passing facilities, courier provides roughly similar capabilities. Applications simply create one or more endpoints, bind each to a transport using a given name, then can freely send / receive messages to other endpoints just by referencing the name each endpoint bound to its transport.

Applications may process messages in the order received at an endpoint, or use selective message reception to process the first message arriving at an endpoint that also matches a provided selection function. Through selective message reception, applications may approximate the style of an Erlang application, and enjoy better composability of message reception with multiple independent dispatch routines or message pumps.

Author
Phil Hargett
Bug reports
n/a
Category
Network,Distributed Computing,Message-Oriented
Copyright
Copyright (c) 2013-14 Phil Hargett
Homepage
http://github.com/hargettp/courier
Maintainer
phil@haphazardhouse.net
Package URL
n/a
Stability
n/a

Components