I have 2 questions:
First, what is the difference between a web application and a cloud application? Are there any differences? If I am developing a web application (a site with many interactive features), can I call it a cloud application?
Secondly, if there is a difference between a cloud and a web application, what languages can the applications have? Will a scripting language such as PHP be useful for this?
Thank.
UPDATE: I watched the video in one of the answers, but I'm still a bit confused. As an example for Google Docs, I see only a user interface that can be created using html and JS, as well as with a script server, and the data is stored in a database, which is basically the same as the web application, Or is it different ?
Thanks
source
share