node.js - Converting an node js app to android app -


i have developed web app in node js using express involves mongodb. how convert android app ? main app file directly inside main application folder.

your subject in thread looks confuse. think want convert web application (can express.js app, php app, or jsp, etc) mobile application (ios or android).

if so, can use cordova it.

please read document.

http://cordova.apache.org/docs/en/3.5.0/guide/cli/index.html


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -