Running ModelSDK scripts

2
I was wondering how you guys run the generated script, does anyone have a better way running it locally using command prompt node script.js? Was anyone able to run the script from the modeler?
asked
1 answers
2

You could create route's in the Node.JS application that act as an API for the functionality of the application. You can then make REST calls from your Mendix application to, for example, retrieve some information from another Mendix application and show it in a Page.

answered