Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NodeScriptLang/core
Visual Programming Language for the Web
https://github.com/NodeScriptLang/core
language no-code programming visual
Last synced: 3 months ago
JSON representation
Visual Programming Language for the Web
- Host: GitHub
- URL: https://github.com/NodeScriptLang/core
- Owner: NodeScriptLang
- Created: 2022-05-26T13:49:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T08:27:39.000Z (6 months ago)
- Last Synced: 2024-05-28T17:39:25.860Z (6 months ago)
- Topics: language, no-code, programming, visual
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 19
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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](https://en.wikipedia.org/wiki/Directed_acyclic_graph) (DAG) as its main computation model.
![](demo.jpg)
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](./DESIGN.md).