Nitheesh K P
Nitheesh K P

Reputation: 1110

how to develop a mobile application using nodejs/js frameworks?

I am new to node js,Is there any common js framework or tool to develop mobile application which support android,ios,windows mobile.

Upvotes: 1

Views: 133

Answers (3)

Abhishek
Abhishek

Reputation: 3594

You can use ReactNative to develop ios/android app in javascript. For more details please go through the http://www.reactnative.com/

Upvotes: 1

david cako
david cako

Reputation: 126

NativeScript might be of interest to you.

Upvotes: 2

Pradeep
Pradeep

Reputation: 21

Go to AngularJS and Ionicframework. You can create the cross platform mobile apps. NodeJS only for backend, you can't create the mobile application using node.

Upvotes: 0

Related Questions