@nodescript/core
v7.21.3
Published
Visual programming language for Browser and Node
Downloads
1,074
Readme
NodeScript
Status: active development, breaking changes may occure in minor 0.x.x releases.
Visual programming language for the modern Web.
- Powerful & intuitive
- Works in Browsers and Node
- Compiles into JavaScript (ESM)
Core concepts
NodeScript employs directed acyclic graphs (DAG) as its main computation model.
Graphs are composed with nodes — atomics units of computations that can be linked together. Nodes are evaluated instantly, allowing one to immediately observe the results and reason about the data.
Learn more in the design document.