stateful
State machine library
A lightweight library for implementing event-driven state machines with clean and simple design
A simple and lightweight event driven state machine library
20 stars
2 watching
8 forks
Language: Java
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
unquietcode/jstate | Provides a Java tool for building and managing state machines with standardized methods and callbacks. | 97 |
statefulj/statefulj | A Java framework for implementing and integrating finite state machines into applications with support for persistence and Spring-based frameworks. | 171 |
qmuntal/stateless | A Go library for creating finite state machines directly in code | 972 |
stateless4j/stateless4j | A Java library for creating and managing state machines with support for various features such as hierarchical states, entry/exit events, and guard clauses. | 898 |
hekailiang/squirrel | A lightweight and extensible state machine implementation for Java applications. | 2,193 |
davestewart/javascript-state-machine | A JavaScript library for managing state-dependent systems through an event-driven finite-state machine | 342 |
fawdlstty/smlite | A state machine library for various programming languages and platforms | 11 |
brucou/kingly | A small JavaScript library for modeling and executing user interface behavior as state machines. | 202 |
fgmacedo/python-statemachine | A Python library for creating and managing finite state machines with support for synchronous and asynchronous programming, conditional transitions, and graphical representation. | 911 |
jtushman/state_machine | A Python library that provides a declarative way to define states and transitions for objects | 405 |
bykof/stateful | A library for creating and managing finite state machines in Go. | 209 |
prasannavl/liquidstate | An efficient state machine library for .NET with support for asynchronous and synchronous machines. | 241 |
svenfuchs/simple_states | A lightweight statemachine-like support library with event handling and state management capabilities. | 96 |
stevana/property-based-testing-stateful-systems-tutorial | A tutorial on how to apply property-based testing to stateful systems, including fault injection and simulation testing. | 69 |
steelbreeze/state.js | An executable state machine API for Node and Web development | 323 |