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
Post a Comment