Difference between revisions of "Web application"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(lc)
(See also)
Line 11: Line 11:
 
== See also ==
 
== See also ==
  
 +
* [[Same-origin policy]]
 
* [[Single-page application]]
 
* [[Single-page application]]
  

Revision as of 08:18, 31 August 2015

A web application or web app is any computer program that runs in a web browser.

It is created in a browser-supported programming language (such as the combination of JavaScript, HTML and CSS) and relies on a web browser to render the application.

Web applications are popular due to the ubiquity of web browsers, and the convenience of using a web browser as a client, sometimes called a thin client.

The ability to update and maintain web applications without distributing and installing software on potentially thousands of client computers is a key reason for their popularity, as is the inherent support for cross-platform compatibility.

Common web applications include webmail, online retail sales, online auctions, wikis and many other functions.

See also

External links