https://github.com/retejs/engine
https://github.com/retejs/engine
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/retejs/engine
- Owner: retejs
- License: mit
- Created: 2022-12-01T14:55:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T16:58:20.000Z (over 1 year ago)
- Last Synced: 2024-10-30T00:54:46.306Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://retejs.org
- Size: 804 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Rete.js Engine
====
[](https://stand-with-ukraine.pp.ua)
[](https://discord.gg/cxSFkPZdsV)
**Rete.js plugin**
## Key features
- **Dataflow**: enables the flow of data between processing nodes and subsequent nodes in the data pipeline
- **Control flow**: manages the sequence and logic of operations, including branching, loops, etc.
## Getting Started
Please refer to the [Dataflow](https://retejs.org/docs/guides/processing/dataflow) and [Control flow](https://retejs.org/docs/guides/processing/control-flow) guides, and corresponding examples: [Dataflow](https://retejs.org/examples) and [Control flow](https://retejs.org/examples/processing/control-flow)
## Contribution
Please refer to the [Contribution](https://retejs.org/docs/contribution) guide
## License
[MIT](https://github.com/retejs/area-plugin/blob/main/LICENSE)