An open API service indexing awesome lists of open source software.

https://github.com/retejs/engine


https://github.com/retejs/engine

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Rete.js Engine
====
[![Made in Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua)
[![Discord](https://img.shields.io/discord/1081223198055604244?color=%237289da&label=Discord)](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)