+ 2

Can any one tell me difference between app and web page

6th Jul 2018, 4:09 AM
E.naraharireddy
E.naraharireddy - avatar
2 Answers
+ 4
Hello, Lucky ! This is completely personal and subjective, but I would say that a website is determined by its content, and a web application is determined by its interaction with the user. That is, a website can consist of a static content repository that extends to all visitors, while a web application depends on interaction and requires software input and processing. For example, a news site will be a "website", but a spreadsheet or a calendar is a web application. The news site shows practically the same information for all visitors, while the calendar handles individual data. In practice, most sites with rapidly changing content also rely on a complex software (and / or base) backend, but at least in principle they are determined only by their result. On the other hand, a web application is essentially a program that runs remotely, and it mainly depends on processing and backup storage.
6th Jul 2018, 4:29 AM
Alexander Sokolov
Alexander Sokolov - avatar
+ 1
hey my friend the webpages use the codes that be translated by the user's browser and are two parts the 1) user-side coding and the 2) server-side we are using the codes such as html, css and javascript for creating the user-side and static webpage wich has no connection to the server and just changed by your codes then we use languages like php, asp, etc for backcoding to make them dynamic but android and ios apps are using the programming languages like java and swift and it be showed on the phone screen i hope it be usefull
6th Jul 2018, 4:24 AM
Hooman Pouyanasab
Hooman Pouyanasab - avatar