Is it Possible to integrate Node JS app in mendix

0
Hi,  We have one requirement that there is one web application already developed using Node Js and Angular . We want to migrate this application into mendix like keep what are the files and folders available node js app and simply use existing app code  . Is it possible to create a mendix application like this way or we have to develop purely from Mendix Studio pro.
asked
1 answers
0

Is it Possible? Yes, with enough time and effort anything is possible. Is it a good idea? No, you should port your application to Mendix.

Mendix is a full-stack platform which offers development using an abstraction over code, it is not a cloud platform that you can use to deploy any web-app.

You could port your existing code into Mendix components in the form of JavaScript actions and Pluggable widgets. This would allow you to later on refactor your code into Mendix flows and pages.

Take a look at the documentation for JavaScript actions and Pluggable widgets to get an idea of what your options are:
https://docs.mendix.com/refguide/javascript-actions

https://docs.mendix.com/apidocs-mxsdk/apidocs/pluggable-widgets

 

answered