[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#639095: ITP: libnode-async -- higher-order functions and common patterns for asynchronous Javascript



Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard <dr@jones.dk>

* Package name    : libnode-async
  Version         : 0.1.9
  Upstream Author : Caolan McMahon
* URL             : https://github.com/caolan/async
* License         : Expat
  Programming Lang: Javascript
  Description     : higher-order functions and common patterns for asynchronous Javascript

 Node is an event-based server-side JavaScript engine.
 .
 Async is a utility module which provides straight-forward, powerful
 functions for working with asynchronous Javascript. Although originally
 designed for use with Node, it can also be used directly in the
 browser.
 .
 Async provides around 20 functions that include the usual 'functional'
 suspects (map, reduce, filter, forEach…) as well as some common
 patterns for asynchronous control flow (parallel, series, waterfall…).
 All these functions assume you follow the Node convention of providing
 a single callback as the last argument of your async function.



Reply to: