Difference between Website and WebApplication?

后端 未结 7 2105
终归单人心
终归单人心 2021-01-04 18:03

I have searched a lot about the difference between Website and WebApplication but didn\'t get a clear cut answer.

Even I am more confused a

7条回答
  •  猫巷女王i
    2021-01-04 18:37

    From Wikipedia:

    • WebApplication

      In software engineering, a web application is an application that is accessed via a web browser over a network such as the Internet or an intranet. The term may also mean a computer software application that is hosted in a browser-controlled environment (e.g. a Java applet)[citation needed] or coded in a browser-supported language (such as JavaScript, combined with a browser-rendered markup language like HTML) and reliant on a common web browser to render the application executable.

    • Website

      A website (also spelled Web site[1]) is a collection of related web pages, images, videos or other digital assets that are addressed relative to a common Uniform Resource Locator (URL), often consisting of only the domain name, or the IP address, and the root path ('/') in an Internet Protocol-based network. A web site is hosted on at least one web server, accessible via a network such as the Internet or a private local area network.

    See here: Website // Web Application

提交回复
热议问题