How do we integrate Sails.js or any other Node.js framework with jQuery Mobile?
-
Any links will be helpful. Also which is the best framework to integrate with JQuery Mobile or as such for responsive, hybrid web app development.
-
Answer:
Gosh I hate to just refer you to a link. But here you go.. build this Chat interface and you'll have all the skills you need. http://code.tutsplus.com/tutorials/working-with-data-in-sailsjs--net-31525 If you get stuck anywhere leave me a comment.
Steve Jones at Quora Visit the source
Other answers
You may find these helpful https://github.com/UncoolAJ86/node-jquery https://github.com/tblobaum/nQuery
Rahul Dogra
I don't think you can integrate any node.js framework with Jquery Mobile but here I found some links that might be helpful: https://github.com/cheeriojs/cheerio https://github.com/tmpvar/jsdom
Vipul Bansal
Ok ok, lets start with correct facts, Sails.js or Express.js is a backend Node.js framework, like ROR is to Rails, CodeIgniter or Laravel is to PHP, Django is to Python. They are used to program the logic, mostly coupled with a database, works with webservices, to create web services, api's and much more! whereas jQuery Mobile is a frontend framework, which is used to manage the UI components, these are used on the HTML pages, they're used for the views. There's nothing like "integrating jQuery Mobile with a Node.js framework", just put them down into the public "assets" directory or whatever is public on your website, go down for an API centric approach for your web app, api's are so dope man! Then like you do it with jQuery fetch, manipulate, boom! frontend frameworks go into the html! backend framework are for logic, data, rendering views.. Hoping this helped..
Nitesh Oswal
Related Q & A:
- How to refresh or reload a page in jquery mobile?Best solution by Stack Overflow
- How can I install node.js module using phantom, instead of npm?Best solution by Stack Overflow
- how to browserify a node-js module?Best solution by Stack Overflow
- How do you install a specific version of Node.js?Best solution by Ask Ubuntu
- How to delete a line from a .txt file in node.js?Best solution by c-sharpcorner.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.