Difference between revisions of "Web application"
Karl Jones (Talk | contribs) (lc) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 11: | Line 11: | ||
== See also == | == See also == | ||
+ | * [[Same-origin policy]] | ||
* [[Single-page application]] | * [[Single-page application]] | ||
Revision as of 07: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
- Web application Wikipedia