简体   繁体   中英

integrating cordova with node js to build mobile applications

Are there any resources for integrating cordova with node-js to build mobile applications. how to connect nodejs to cordova for building mobile app?

Cordova is for interfacing your mobile app's client with that of the OS. Nodejs is a server-side technology. You can build both components separately... Your cordova mobile app (or native mobile app, or whatever), ie, The Client will talk with your nodejs server, ie, The Server .

If you've built cordova apps before, just continue as is, or if you're new, checkout some bootstrap packages like those for Sencha or Ionic or any of the million other frameworks, or start building your own app from scratch (though it's a little tough to get everything in your head sometimes)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM