retejs / rete

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

Suggest some backend runtime #340

Closed mohandass-pat closed 5 years ago

mohandass-pat commented 5 years ago

Hi. I have successfully implemented the rete.js for front-end. And my requirement is I need to run the definition in backend with some python code. Is there any runtime available for this. primarily my choice is noFlo and node-red. but the output from rete.js is not compatible with noFlo runtime graph . Is there any way to convert it in .fbp format. Or any other suggestions on my requirement?. Thanks in advance

Ni55aN commented 5 years ago

Rete's Engine (for front- and back-end) supports only JS. You can try the code-plugin for generating Python code, but its unstable.

I think the most preferable solution - create worker()'s on JS and run in Node.js

mohandass-pat commented 5 years ago

Thanks. this information is helpful to us