Difference between revisions of "Web application"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(See also)
Line 39: Line 39:
 
* [[Web server]]
 
* [[Web server]]
 
* [[WebSocket]]
 
* [[WebSocket]]
 +
* [[Yii]]
  
 
== External links ==
 
== External links ==
  
 
* [https://en.wikipedia.org/wiki/Web_application Web application] Wikipedia
 
* [https://en.wikipedia.org/wiki/Web_application Web application] Wikipedia

Revision as of 06:58, 5 March 2016

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

Description

A web application is created using browser-supported programming languages, such as the combination of JavaScript, HTML and CSS.

Web applications typically modify the Document Object Model to display output.

Benefits and popularity

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.

Examples

Common web applications include:

See also

External links