+ 4
JavaScript // NodeJS
Can JavaScript or NodeJS be used to make android apps? Or perhaps Android development?
6 Réponses
+ 8
Javascript surely. You can develop any web app. And then use phonegap or xamarin to create hybrid apps. The same app can be deployed on android, ios or Windows.
PS: I think NodeJs is used to write back end. So can be used anywhere. Not related to android i guess.
+ 7
NodeJS is a framework written in javascript language.
that framework is used to write back-end code.
look up "MEAN stack" development, it uses javascript frameworks to create web pages/applications
+ 6
@MrCoder Yeah. Just the difference is it is not multi threaded. Single threaded event based.
+ 5
@Ashwani So basically NodeJS is like other programming languages like Java, C++, Ruby etc?
+ 5
@Ashwani Kumar Got it! Thanks😀
+ 5
@Burey Alright I'll make sure I'll check it out,thanks😁