Client-side processing and server-side processing, what happens quickly?

What processing is done on the client side or on the server side? To handle client processing, the browser must first download each JavaScript, and on server programming, everything happens on the server without downloading anything to the user's PC?

If for specific functionality we have a solution in both javascript and php / asp, then what should I choose and why?

+3
source share
3 answers

JavaScript- , ( , ).

, ( JS ), " , ( , , , , ).

+2

.

. OTOH, , , . , #clients , ( , ).

, : , , .

, , - - , , .

+1

. JS (, -)

, .

HTML , , ?

HTML, CSS JS ( ), .
CDN, , .

.

, , -:

  • CDN
  • JSON
  • and we use PURE to display client side HTML JSON
0
source

Source: https://habr.com/ru/post/1727195/


All Articles