FuturesJS - The simple asynchronous toolkit.
It's a JavaScript flow-control library (or control-flow - however you like to say it) with the aim of being simple and intuitive.
It doesn't use promises in the strictest sense of the definition, but does help tame your wild, async code.
Status: Maintained, In Development
v3.x is simply an experiment in making FuturesJS more browser-friendly, simpler, smaller, and more intuitively obvious, even to the most casual observer!
For v3 each module has been split into its own repository in https://github.com/FuturesJS.
Completed thus far:
joinforEachAsyncArrayAsyncsomeAsynceveryAsyncfilterAsyncmapAsyncreduceAsyncreduceRightAsync
forAllAsynclateralsequence
In progress:
Status: Maintained
Don't worry, v2 is still supported and probably always will be.
https://github.com/FuturesJS/FuturesJS/tree/v2.0
The version isn't inactive. It's simply complete. If you do find a bug, however, please report it.
Status: Deprecated
https://github.com/FuturesJS/FuturesJS/tree/v1.0
http://gh-pages.coolaj86.com/futures/
This version is not active, nor is it complete. If you find bugs, I don't want to hear about them.