Mendix backend development

0
Can i use node.js in mendix ?
asked
2 answers
4

Hi Ibrahim,

 

Yes,Ibrahim You can use node.js

 

 

Thanks

Hari..

answered
1

You can’t run node.js on your Mendix application’s backend server as this runs on a JVM. 

You can run JavaScript in the frontend of your application via a JavaScript action or in a HTML / JavaScript snippet. To run code on the backend you can use Java actions.

https://docs.mendix.com/refguide/javascript-actions/

Hope this helps.
 

answered