how can I integrate slim framework in cakephp?

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

Was this solution helpful to you?

Other answers

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:

Just Added Q & A:

Find solution

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.