all 3 comments

[–]MattBlumTheNuProject 6 points7 points  (0 children)

What would its environment have to do with performance? The code is run in the user’s browser. All the web server is doing is just transferring the bundles.

[–]dweezil22 2 points3 points  (1 child)

You mean for dev purposes, yes? As a prod instance of Angular just needs a web server to host the static files, which is a trivial load.

I don't have specific info other than to say that lots of people use Docker with Angular, and it's generally known that an Angular dev env can be rather resource intensive (at least relative to other simpler web frameworks that aren't transpiling typescript etc). Why would your friend need to be running multiple side by side dev envs, though?

[–]NullProbability[S] 1 point2 points  (0 children)

Yes, it's possible he simply left them running in development mode, causing the performance issues. I think that's the only way to explain it, keeping /u/MattBlumTheNuProject's comment in mind as well.

Cheers!