Stately.js
FSM engine
An engine for creating and managing finite-state machines with event-driven transitions.
Stately.js is a JavaScript based finite-state machine (FSM) engine for Node.js and the browser.
813 stars
44 watching
77 forks
Language: JavaScript
last commit: about 6 years ago
Linked from 1 awesome list
fsmjavascriptstate-machinetransition
Related projects:
Repository | Description | Stars |
---|---|---|
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
steelbreeze/state | A library for building hierarchical finite state machines with support for multiple instances and event-based transitions | 182 |
intersel/ifsm | A JavaScript library to design and manage web user interface behaviors using finite state machines | 15 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
stonecypher/jssm | A JavaScript library for creating and managing finite state machines with visualizations | 335 |
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |
hufyhang/state-js | A JavaScript finite state machine library that allows defining and managing multiple states with entry conditions and callbacks. | 1 |
davestewart/javascript-state-machine | A JavaScript library for managing state-dependent systems through an event-driven finite-state machine | 342 |
sasa1977/fsm | An immutable finite state machine implementation without separate processes | 358 |
shuckster/statebot | An implementation of a finite state machine in JavaScript, allowing developers to describe and manage states using a flowchart-like syntax. | 28 |
bykof/stateful | A library for creating and managing finite state machines in Go. | 209 |
beh01der/easyflow | A lightweight Finite State Machine implementation in Java | 445 |
choojs/nanostate | A library for building and managing small finite state machines with support for hierarchical structures, parallel states, and history tracking. | 170 |
matthewp/robot | A library that enables declarative programming of application states using finite state machines. | 1,923 |
doridori/engine | An observable Finite State Machine implementation for Java with optional data object access and runtime type checking. | 33 |