UmlFsm - UML-compliant State Machine for Javascript ES6+
-
Updated
Feb 16, 2018 - JavaScript
A finite-state machine (FSM), finite-state automaton (FSA), or simply state machine is a mathematical model of computation and an abstract machine that can be in exactly one of a finite number of states at any given time.
The FSM can change from one state to another in response to some inputs; the change from one state to another is called a transition.
An FSM is defined by a list of its states, its initial state, and the inputs that trigger each transition.
In computer science, FSM are widely used in modeling of application behavior (control theory), design of hardware digital systems, software engineering, compilers, network protocols, and computational linguistics.
UmlFsm - UML-compliant State Machine for Javascript ES6+
SPA website for learning english word
🚦 A tiny implementation of a finite state machine in Javascript.
A full hierarchical Finite State Machine (fsm) library built on promises.
🔐 nanomachine is a state machine for tiny JS
Describe the states and allowed transitions of a program using a flowchart-like syntax. Switch to states directly, or by wiring-up events. Statebot is an FSM.
javascript calculator
JSSM: A lightweight JavaScript finite state machine library. Define states, transitions, and actions with a clean API. Chain transitions, handle multiple source states, and customize behavior with minimal overhead.
FSM design using HTML, CSS, and JavaScript fundamentals.
Carbon FSM is a async enabled lightweight but powerful finite state machine for javascript/nodejs
React application for booking a fly using a state machine (xState)
The SPA is made with React. All information is provided automatically by Marvel API, there are components that generate characters randomly, as well as components with a list of comics and characters.
my implementation of state machine (FSM) in javascript
🔢 A tool for generation, visualisation and interaction with theoretical finite state machines.