Differentiate between client side and server side scripting.

This question are relatited by fronted web. I want to this question for education of education. some one reply this question answer. I am waiting for your answer.

1 Answer
           Client-side scripting              Server-side scripting
Source code is visible to the user. Source code is not visible to the user because its output of server-sideside is an HTML page.
Its main function is to provide the requested output to the end user. Its primary function is to manipulate and provide access to the respective database as per the reques
It usually depends on the browser and its version. In this any server-side technology can be used and it does not depend on the client.
It runs on the user's computer. It runs on the webserver.
There are many advantages this like faster, response times, a more interactive application. The primary advantage is its ability to highly customize, response requirements, access rights based on user.
It does not provide security for data. It provides more security for data.
It is a technique used in web development in which scripts run on the client's browser. It is a technique that uses scripts on the webserver to produce a response that is customized for each client's request.
HTML, CSS, and javascript are used. PHP, Python, Java, Ruby are used.
No need of interaction with the serve It is all about interacting with the server.

We use cookies to enhance your experience, to provide social media features and to analyse our traffic. By continuing to browse, you agree to our Privacy Policy.