javascript - HTTP request from server or client - Best performance? -


i thinking best performance, or if difference @ all. example; if use mean-stack, better use http request angular has, or better request server request.js or similar?

client-server requests simplier & faster client-webserver-apiserver requests definitely.

  • if application complex , need separate web layer , api layer, client-webserver-apiserver should choice.
  • otherwise, client-server architecture enough.

Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -