what are the uses of client side programming and server side programming.....
Answers
Hi,
Hey. first of let me clear that client side means user side, for example if I am browsing a website then I am a client and I am browsing website with the help of browser like chrome, firefox, internet explorer etc.
What is client side programming?
Client side programming is used for validating actions taken by user or client. For example when you press the thanks button of brainly you see a lot of hearts flying here and there and after that when you press that button again you see a message on screen saying you already said thanks.. right?
another example when you enter some vulgar words in comment and try to send that comment message says "it seems like your comment contains some inappropriate words".. isn't?
This kind of things processed with the help of client side programming language which is one and the only JavaScript :)
with the help of client side programming we ensure that user should not be able to send blank answer, question, comment and they should not contain any vulgar word etc.
What is server side programming?
So we saw that "thanks" giving example, but how that number increases when we press on that thanks button? This happens with the help of server side programming language. We press that thanks button and our vote get stored in database of brainly's website.
Server side programming executes on the server not client as name suggests.
Server side programming languages process user input stores them in database and show particular web page on request.
There are a lot of server side programming language like
PHP
Python
Nodejs
ASP.net
etc...