Important Notice:

Course Content
Introduction To Web Design (Chapter 1) M2-R5.1
About Lesson

Difference between Client-side scripting and Server-side Scripting

Sr. N

Client-side Scripting

Server-side Scripting

1

यह front-end technology है।

यह back-end technology है।

2

यह यूजर के browser पर run होता है।

यह web server पर run होता है

3

HTML, CSS, JavaScript etc.

PHP, ASP.net, Ruby, Python etc

4

इसके source code को user देख सकता है।

इसके code client तक नही पहुँचते इसलिए इसे यूजर नही देख सकता।

5

क्लाइंट-साइड स्क्रिप्ट web server पर stored डेटाबेस से connect नही हो सकता।

इसके द्वारा server पर उपलब्ध database को access किया जा सकता है।

6

सर्वर-साइड की तुलना में क्लाइंट-साइड स्क्रिप्टिंग का response fast होता है।

क्लाइंट-साइड की तुलना में सर्वर-साइड स्क्रिप्टिंग का response slow होता है।।

 

Difference between Client-side scripting and Server-side Scripting

Sr. N

Client-side Scripting

Server-side Scripting

1

It works at the front end and script are visible among the users

It works in the back end which could not be visible at the client end

2

Does not need interaction with the server

It requires server interaction

3

HTML, CSS, JavaScript etc.

PHP, ASP.net, Ruby, Python etc

4

It can reduce the load to the server

Could effectively customize the web pages and provide dynamic website

5

It is insecure

It is relatively secure

6

It cannot be blocked by the user

It is possible to be blocked by the user

error: Content is protected !!