retejs / rete

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

Implementing node machines #348

Closed kethan closed 5 years ago

kethan commented 5 years ago

Hi, I am thinking of implementing node machines with retejs. (http://node-machine.org/) I am confused about how to start can anyone give me a possible simple example using node machines.

Thanks.

Ni55aN commented 5 years ago

I have never heard of node machines. Currently I can’t immediately figure out how it works. I'll try it on the weekend

Ni55aN commented 5 years ago

What exactly do you want to implement?

Honestly, I didn't understand what is the advantage of node machine. It looks like a npm packages collection for different purposes.

As any function for processing, you can put it in worker()

kethan commented 5 years ago

I wanted custom machines to integrate with rete input output controls to run microservices.

kethan commented 5 years ago

Anyway I understood how it works in rete