retejs / rete

JavaScript framework for visual programming
https://retejs.org
MIT License
9.86k stars 647 forks source link

[question] execution only mode? #248

Closed dkipp closed 5 years ago

dkipp commented 5 years ago

is a developer able to design complex pipeline and workflows - and the final app just executes thees?

If yes, a example would help - The retejs description on the homepage and the examples are tightly coupled to the editor. I'm even unsure if thats in the project scope.

Ni55aN commented 5 years ago

Do you mean an examples such as Events (tasks) and Programming a Messenger Bot? They use the rete-task-plugin.

It can works with Editor or Engine (yeah, its not documented)

import TaskPlugin from 'rete-task-plugin';

engine.use(TaskPlugin);

You can use Engine separately from Editor.