autoflow (formerly react) is a javascript module to make it easier to work with asynchronous code, by reducing boilerplate code and improving error and exception handling while allowing variable and task dependencies when defining flow.
JavaScript
97
5
MIT License
Autoflow is a JavaScript module that simplifies working with asynchronous code by reducing boilerplate and improving error handling while allowing variable and task dependencies when defining flow. It is designed for Node.js and planned for browser environments, taking inspiration from reactive programming and dataflow concepts to control application flow.