1
I’m on a project for an online sales (mobile) app.
What is the best way to work with data from tables? Sqlite, JSON, creating a class, Localstorage?
For example, when soon, I don’t want to be on the server all the time looking for user information.
Taking into account that I don’t want to use JAVA in the application. I use the Intelxdk platform and develop cross-platform applications. " Locally" they are based upon HTML5, Javascript, Ajax, CSS. On the server side, I use PHP to handle data and communicate with Mysql.
I want minimize communication between PHP and Javascript.
Blz utluiz, it’s just an app for mobile, not a website... Only, to handle data like create a shopping cart, add Multiplus products, load lists with ajax, would like to have in the local memory (Client-Side), perform all manipulations, and then insert in the server... Even when logging in, bring all user data and work with them locally... Type gmail! Now I don’t understand the performance: "I would say that seeking user information is your least concern"
– Rodrigo
In this part of performance, I think that since, the majority of the population often depends on a 3g/4g, the less access to the server the better, and also thinking about the amount of simultaneous access with practically static information... Maybe this isn’t a problem then? As for the e-commerce part, I see it more as a good project design!
– Rodrigo