qstately.js
v0.1.0
Published
QStately.js is a JavaScript based finite-state machine (FSM) engine for Node.js.
Downloads
1
Maintainers
Readme
QStately.js
See https://github.com/fschaefer/Stately.js for the original Stately.js.
This is a fork that allows deferred results in the transitions. If a promise-like object is returned, it needs to be resolved before QStately.js continues the process.