Year 3Semester 5Web Application

Web Application

2 questions available

Q
Descriptive

What is a Web Application?

A

A web application is software that runs on a web server and is accessed through a web browser. Unlike traditional desktop applications, web apps do not need to be downloaded or installed on the user's device.

Q
Descriptive

What is the difference between client-side and server-side?

A

Client-side refers to operations performed by the user's browser (using HTML, CSS, JavaScript), while server-side refers to operations performed on the web server (using languages like PHP, Python, Node.js).