xchain
v0.4.3
Published
A handy and powerful async flow helper
Downloads
3
Readme
xchain
Changes
This project is originally named as AsyncChain, which is a little long.
Inspired by step, I desided to make API more clean. But still the design is very different from step and flow-js, as I consider my way to handle error in async flow is more clear.
Only node.js is supported now. For browsers, another project named jquery-xchain will be born.
Install
By simply type
npm install xchain
Demos
You can go to see the testcases to know how to use it, they are very simple and cover all points.