UNIT 3 Scripting Language
UNIT 3 Scripting Language
The term server-side scripting language refers to those that run off a web
server. Since it performs from the back-end side, the script is not visible
to the visitor. Because of that, it is a more secure approach.
They are often used to create dynamic websites and platforms, handle
user queries, and generate and provide data and others. A famous
example of server-side scripting is the use of PHP in WordPress.
Examples: PHP, Python, Node.js, Perl, and Ruby.
Types of S L
Client-side scripting language:
Unlike the above, client-side scripting languages run off the user’s
browser. It is usually performed at the front-end, which makes it visible
to visitors and makes it less vulnerable to exploits and leaks. As such, it is
often used to build user interfaces and lighter functionality such as that.
Since it runs locally, they usually provide better performance and,
therefore, do not strain your server.