baklavajs icon indicating copy to clipboard operation
baklavajs copied to clipboard

Server Side Calculations

Open MathArtist2 opened this issue 3 years ago • 1 comments

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

MathArtist2 avatar Mar 11 '23 04:03 MathArtist2

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.

newcat avatar Mar 31 '23 14:03 newcat