Reputation: 2471
I would like to build a mobile web app and I am a bit curious of what technology I can use.I am thing of writing the server side in Nodejs but I am not sure if I can combine it with Jquery mobile?
Upvotes: 1
Views: 888
Reputation: 29051
Because front and back end should be totally modularized it shouldn't matter what your backend is to be able to use jQuery Mobile. And it shouldn't matter what your frontend is to use NodeJS. So the answer is yes.
Upvotes: 3