user1850254
user1850254

Reputation: 2471

Can I use JQuery mobile with Nodejs

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

Answers (1)

kentcdodds
kentcdodds

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

Related Questions