When it comes to using angularjs, handling large amounts of data on the client side is quite easy.
Is there a general guideline for how much data should be processed at once? I've been transferring files containing a few megabytes of text data and haven't encountered any major issues so far (as long as not all records are displayed simultaneously).
At what point do you think it's better to still rely on server-side processing? How much data is considered excessive? And does this vary depending on the browser, operating system, or device being used?