Thursday 15 January 2015

java - server side programming mobile apps vs websites -


I am trying to create a hybrid mobile app..It is my first time so that the questions below -

  1. Is there any difference between server-side scripting / programming for mobile apps versus websites?

  2. Which is better MVC or webservices (RESTapi) or any other better way.

  3. In addition to webservices, which is a better option for delivering services - php, java, node.js etc. P> Thanks for your help!

    It depends.

    If you want your app to run off-line then you will need all the necessary rational client-side, which is usually called "MVC" JS framework and annoying HTMLX app cache or phonegap / cordova like Is applied with packaging.

    Mobile phones often have high-latency 3G connections (or high-latency low-bandwidth 2G), so for the best performance, you have to keep a very API that can be as much as possible in a single More works Request

    If you are using only HTTP requests, then no matter what you use on the server side. If you want to stream some data in real time, eg After this you will need a node or similar incident-based dragon / ruby ​​/ java server.

    If you can not run off-line and possibly be able to add this mobile-friendly CSS, see "Responsive design".

No comments:

Post a Comment