fsl VS jssm-viz

Compare fsl vs jssm-viz and see what are their differences.

fsl

Finite State Language specification (by StoneCypher)

jssm-viz

Visualization of JSSM machines using viz.js (by StoneCypher)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
fsl jssm-viz
3 2
9 22
- -
1.8 5.7
over 1 year ago 6 days ago
TypeScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fsl

Posts with mentions or reviews of fsl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-25.

jssm-viz

Posts with mentions or reviews of jssm-viz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-25.
  • Import/Export still not working after adding { "type": "module" }
    1 project | /r/node | 30 Sep 2021
    Here's the rollup config for one of my libraries. This one has a common sense typescript and react setup, and produces three bundles, one each for iife, commonjs, and es6 module (each is the whole library, just meant for a different user use case)
  • FSL: A programming language to make complex finite state machines easy to create
    5 projects | news.ycombinator.com | 25 Mar 2021
    JSSM has JSSM-viz.

    https://github.com/StoneCypher/jssm-viz

    If you just want one to use, rather than to embed in your own software, The thing everyone's calling a live editor is actually the JSSM-viz demo. You can use that

    https://stonecypher.github.io/jssm-viz-demo/graph_explorer.h...

    It's kept outside of the main repo because, like xstate's, it's built on a transcompile of graphviz called viz.js, which is made with emscripten

    It's several meg, and not many people want visualization, so I keep them in separate packages

    You can get the graphviz code by hitting "dot" at the top, if you want to customize in ways the language doesn't know

What are some alternatives?

When comparing fsl and jssm-viz you can also consider the following projects:

xstate - Actor-based state management & orchestration for complex app logic.

jssm - Fast, easy Javascript finite state machines with visualizations; enjoy a one liner FSM instead of pages. MIT; Typescripted; 100% test coverage. Implements the FSL language.