What are the advantages and disadvantages of client side scripting over server side scripting ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are the advantages and disadvantages of client side scripting over server side scripting ?

& What are the different Client-side & Server-side scripting languages ?

24th Aug 2017, 1:23 PM
Vedansh Patel
Vedansh Patel - avatar
2 Answers
+ 2
That's like asking what the pros/cons are between your left and right hand. Both are necessary components of your overall body, and they assist one another greatly. You'll want to learn both ends of it. Client-side is great for interactions with the client, and server-side is good for anything that needs to be processed beyond the client (database/user management for example). For client side, I recommend JavaScript, jQuery, or something equiv. For server side, I recommend going with either NodeJS (lets you use JavaScript server-side, very efficient/fast also) or PHP.
24th Aug 2017, 1:31 PM
AgentSmith
0
Thank you @Netkos_Ent 😀🙌
24th Aug 2017, 1:39 PM
Vedansh Patel
Vedansh Patel - avatar