+ 2
Difference
Difference between a( Software) and a (Website)
3 Réponses
+ 5
//Software is mostly associated with desktop applications,mobile applications.
// Web coding ia a term referring to a programmer who does web related programming, making websites, qeb applications etc
//for more information
https://www.magicwebsolutions.co.uk/blog/web-development-versus-software-development.htm
+ 4
Shudarshan Rai 👑 is almost correct. Although, there can be different explanations.. Most of the software that we use is compiled (language dependent), but websites are not. If your software runs in a browser environment, then it can be considered as a website.
There are web apps too, like google docs and many more, which behave like a software (in terms of functionality) but in browser.
Then there are web assembly, when enables compiled language such as C++ to run in browser.
+ 1
Thanks