What's the difference between a web site and a web application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's the difference between a web site and a web application?

30th Jul 2017, 8:30 PM
Favour Chukwuedo
Favour Chukwuedo - avatar
8 Answers
+ 2
This is totally personal and subjective, but I'd say that a website is defined by its content, while a web application is defined by its interaction with the user. That is, a website can plausibly consist of a static content repository that's dealt out to all visitors, while a web application depends on interaction and requires programmatic user input and data processing. For example, a news site would be a "website", but a spreadsheet or a collaborative calendar would be web "applications". The news site shows essentially the same information to all visitors, while the calendar processes individual data. Practically, most websites with quickly changing content will also rely on a sophisticated programmatic (and/or database) backend, but at least in principle they're only defined by their output. The web application on the other hand is essentially a program that runs remotely, and it depends fundamentally on a processing and a data storage backend.
30th Jul 2017, 10:06 PM
Favour Chukwuedo
Favour Chukwuedo - avatar
+ 1
okay let me help you out. Give an upvote if you're pleased with my answer
30th Jul 2017, 10:04 PM
Favour Chukwuedo
Favour Chukwuedo - avatar
0
a web application (e.g uc browser) is used in accessing a website
30th Jul 2017, 9:36 PM
rubby
rubby - avatar
0
uc browser is a web browser @rubby
30th Jul 2017, 9:44 PM
Favour Chukwuedo
Favour Chukwuedo - avatar
0
its also an application in the platform you are running it
30th Jul 2017, 9:54 PM
rubby
rubby - avatar
0
it could also be web applications (apps that can run on the web) e.g solo learn
30th Jul 2017, 10:00 PM
rubby
rubby - avatar
0
KKK thanks
30th Jul 2017, 10:08 PM
rubby
rubby - avatar
0
You're welcome
30th Jul 2017, 10:09 PM
Favour Chukwuedo
Favour Chukwuedo - avatar