From 8e6051d53b584221b1a44a4787bf83c4b560a214 Mon Sep 17 00:00:00 2001 From: John Haugeland Date: Sun, 7 May 2017 12:13:40 -0700 Subject: [PATCH] Update README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index 32fa6884..23589535 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,41 @@ # jssm A Javascript state machine with a simple API. Well tested, and typed with Flowtype. MIT license. + +## TL;DR +## Quick Start +## Why +## How To + +## Other state machines +There are a lot of state machine impls for JS, many quite a bit more mature than this one. Here are some options: + +1. [Finity](https://github.com/nickuraltsev/finity) 😮 +1. [Stately.js](https://github.com/fschaefer/Stately.js) +1. [machina.js](https://github.com/ifandelse/machina.js) +1. [Pastafarian](https://github.com/orbitbot/pastafarian) +1. [Henderson](https://github.com/orbitbot/henderson) +1. [fsm-as-promised](https://github.com/vstirbu/fsm-as-promised) +1. [state-machine](https://github.com/DEADB17/state-machine) +1. [mood](https://github.com/bredele/mood) +1. [FSM Workbench](https://github.com/MatthewHepburn/FSM-Workbench) +1. [SimpleStateMachine](https://github.com/ccnokes/SimpleStateMachine) +1. shime/[micro-machine](https://github.com/shime/micro-machine) + 1. soveran/[micromachine](https://github.com/soveran/micromachine) (ruby) +1. fabiospampinato/[FSM](https://github.com/fabiospampinato/FSM) +1. HQarroum/[FSM](https://github.com/HQarroum/Fsm) +1. [Finite-State-Automata](https://github.com/RolandR/Finite-State-Automata) +1. [finite-state-machine](https://github.com/MarkH817/finite-state-machine) +1. [nfm](https://github.com/ajauhri/nfm) + + +And some similar stuff: +1. [redux-machine](https://github.com/mheiber/redux-machine) +1. [ember-fsm](https://github.com/heycarsten/ember-fsm) +1. [State machine cat](https://github.com/sverweij/state-machine-cat) +1. [Workty](https://github.com/AlexLevshin/workty) 😮 +1. [sam-simpler](https://github.com/sladiri/sam-simpler) +1. [event_chain](https://github.com/quilin/event_chain) +1. [DRAKON](https://en.wikipedia.org/wiki/DRAKON) +1. [Yakindu Statechart Tools](https://github.com/Yakindu/statecharts) +1. [GraphViz](http://www.graphviz.org/) + 1. [Viz.js](https://github.com/mdaines/viz.js/), which we use