ios - What's the architecture for a service with mobile apps & web app, like Instagram when they started? -


if building service instagram, when need -a web app -android app -ios app how make architecture give enough flexibility add mobile system , keep code dry possible? have books recommend it?

in order allow server support wide range of client plattforms, make client apps communicate server same protocol, plattform client runs on doesn't matter server. in ideal case allow add new plattform without changing on server-side

xmlhttprequest common denominator.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -