Index
- ignite.js: An Introductionignite.js is a package that makes it easy to design, implement, debug, comment and draw UML2-like state machines in JavaScript.
- BackgroundState machines have been around for decades, and are a standard design methodology, especially in embedded systems. They have a huge body of theory and practice behind them, but somehow they have failed to explicitly permeate through to be commonly used in JavaScript, despite their ability to clearly layout asynchronous systems.
- Quick StartClone or fork our git repository, or install using NPM (
npm install ignite)
- Contact Us
