Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 225 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 225 Bytes

Finite state machine module for node.js

If you have to much of a if, else if, switch in your code, statemachines can help to abstract the logic and clean your implementation.

What can it implement

  • Acceptor type FSM