baklavajs
baklavajs copied to clipboard
Server Side Calculations
Hi @newcat Is there a simple way to create a minimal server side node app with baklava V2 for running calculations only? Is some example available?
Best regards
No guide available yet, but I can create one :+1:
But in essence, you just need to create an Editor, an engine, register all nodes, and then load a graph and execute. So basically everything stays the same, except for the Vue stuff.