- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Difference Between Server-side Scripting and Clientside Scripting
In this post, we will understand the difference between server-side scripting and client-side scripting.
Server-side Scripting
It helps work with the back end.
It doesn’t depend on the client.
It runs on the web server.
It helps provide a response to every request that comes in from the user/client.
This is not visible to the client side of the application.
It requires the interaction with the server for the data to be process.
Server side scripting requires languages such as PHP, ASP.net, ColdFusion, Python, Ruby on Rails.
It is considered to be a secure way of working with applications.
It can be used to customize web pages.
It can also be used to provide dynamic websites.
Client-side Scripting
It helps work with the front end.
It is visible to the users.
The scripts are run on the client browser.
It runs on the user/client’s computer.
It depends on the browser’s version.
It doesn’t interact with the server to process data.
Client side scripting involves languages such as HTML, CSS, JavaScript.
It helps reduce the load on the server.
It is considered to be less secure in comparison to client side scripting.
- Related Articles
- Basic Operators in Shell Scripting
- Is Python a scripting language?
- How to remove Web Scripting Virus?
- Why do we need shell scripting?
- Ending a connection with SAP Instance and stop scripting
- Handling errors in SAP GUI Scripting code
- What are Cross-Site Scripting (XSS) Attacks?
- Scripting standards for Automation Testing in RPA
- Getting error message while using SAP Scripting Tool
- Difference between Web Server and Application Server
- How we can extract data using VB Scripting from SAP
- How to protect against cross-site scripting (XSS) in Django?
- Difference between Workstation and Server.
- Difference between MySQL and SQL Server
- Difference between Oracle and SQL Server
