Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NoFlo components with different runtimes in a single graph

Tags:

runtime

noflo

NoFlo can run with different runtimes.

Is it possible to connect components that run with different runtimes? That is to say, execute scripts written in different languages but connected in a single graph.

I would like to know if it is possible to do the same as what shell scripts can do, lauching the execution of scripts written in different languages.

like image 729
jeybee Avatar asked Jan 20 '26 11:01

jeybee


1 Answers

This is something currently being worked on. You may want to watch the progress with RemoteSubGraph in the noflo-runtime library.

like image 150
bergie Avatar answered Jan 23 '26 11:01

bergie