The latest version of courier is 0.1.1.5-0.

courier

Version 0.1.0.7 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.

Note that while the simplicity is inspired by Erlang, the actual semantics of a receive operation are not: receive just returns the next message delivered to an endpoint by a transport. There is no attempt to perform pattern-matching on a range of alternatives, and thus enabling out-of-order receipt. Consequently, all messages delivered to an endpoint will always be received in the order delivered. In this sense, endpoints are more akin to channels in Go but without the strict typing.

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

Components