How to Scale a Mobile App?

Is AngularJS good for a large scale social app-like mobile site?

  • When I say app-like mobile, it means it's basically a website that acts like an app.

  • Answer:

    Yes. Given the fact that AngularJS is a client side library, you may design the architecture of your app such as the server will only need to deliver JSON content to the client and therefore it should scale much better. Keep in mind that Angular JS is pretty fast and capable of quickly rendering lots of data.

Vlad-Doru Ion at Quora Visit the source

Was this solution helpful to you?

Other answers

I would add to Vlad's comment that HTML templating is great for performance. Also simple routing with URL support add functionality a social network will likely utilize.

Joshua White

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.