Trusted answers to developer questions

What is a Web App?

Free System Design Interview Course

Many candidates are rejected or down-leveled due to poor performance in their System Design Interview. Stand out in System Design Interviews and get hired in 2024 with this popular free course.

A web application is a program that runs remotely and can be accessed through any web browser. It is a combination of client-side and server-side scripts that handle how data is stored, retrieved and displayed to the user.

People often confuse web applications and websites as being the same but actually, the two are quite different.

A website focuses more on just displaying the content ā€“ usually the same content to all users. A web app, on the other hand, does more than just display the content; it also allows users to perform actions by interacting through web pages with the server.

svg viewer

Types of web applications

The two main types of web applications are:

  • Dynamic: Require server-side processing to input your data and show you the relevant information.
  • Static: Do not require any server-side processing.

Examples

Some of the more popular examples of web applications include things like Google Docs, DropBox, and Spotify.

RELATED TAGS

web development
html
css
javascript
html5
Copyright Ā©2024 Educative, Inc. All rights reserved
Did you find this helpful?