xchain

A handy and powerful async flow helper

Usage no npm install needed!

<script type="module">
  import xchain from 'https://cdn.skypack.dev/xchain';
</script>

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.