@hackage courier0.1.0.3

A message-passing library, intended for simplifying network applications

  • Installation

  • Dependencies (0)

  • Dependents (0)

Inspired by Erlang's simple message-passing facilities, courier provides roughly similar capabilities. Applications simply create one or more Network.Endpoints.Endpoints, bind each to a Network.Transport.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.