newcat / baklavajs

Graph / node editor in the browser using VueJS
http://baklava.tech
MIT License
1.52k stars 113 forks source link

Feature Request : convert a graph into a function #350

Closed chuteany closed 8 months ago

chuteany commented 9 months ago

I have a requirement to design a computational process on the browser side and periodically invoke it on the server side.

newcat commented 8 months ago

See the engine documentation. You can export the graph browser-side using the save() function, load it server-side and execute it using an engine. You can even send the calculation results back to the client and update the nodes using the applyResult helper function.