chainyjs / chainy

The chainy core + autoloader plugin
https://github.com/chainyjs/chainy/wiki
Other
79 stars 4 forks source link

Provide wiki comparison to async.js and promise libraries #13

Closed balupton closed 10 years ago

balupton commented 10 years ago

https://github.com/petkaantonov/bluebird https://github.com/codemix/oriento

main difference is that methods inside a promise based library return a promise, whereas chainy actions return the data, and are executed on a chainy chain

balupton commented 10 years ago

Moved here: https://github.com/chainyjs/chainy/wiki/Comparisons