Difference between Client side scripting and Server side scripting
Difference between Client side scripting and Server side scripting Client side scripting: It runs/interprets/executes the scripts in end-users browsers. Script source code transfered to browser and run and render the output. Browser can be enabled to stop the scripting execution in their end. Slow, as it runs on end-user/client side. Source code can be viewed. Eg: Javascript, AngularJS Server side scripting: It runs/interprets/executes scripts in web server itself. Everything done in server only the final html output will be…
767 total views, no views today