Thursday, 23 May 2019

Does the server used by angular block web requests?

I'm building a small project using Angular 7. When you run

ng serve

and a NodeJS server is spun up to handle requests, does each request block until processing is complete? We are trying to evaluate how effective using this in production would be as opposed to using a more traditional application server.



from Does the server used by angular block web requests?

No comments:

Post a Comment