Client side technology
Client-side means that the action takes place on the user’s
computer.
It runs on the browser.
Client side technology cannot be used to
connect to the databases on the web server.
Response from a client-side technology is faster as compared to a
server-side technology because
it is processed on the user’s computer.
Examples: HTML, CSS, JavaScript, VB
script, etc.
Server side technology
Server-side means that the action takes place on a web
server.
It runs on the web server.
It is used to create dynamic webpages.
Server side technology is used to
connect to the databases that reside on the web server.
Response from a server-side technology
is slower as compared to a client-side technology because it is processed on
the web server.
Examples: PHP, JSP,
ASP, ASP.Net, Ruby etc
No comments:
Post a Comment