difference between web server and cloud platform
Hi guys what I am in the process of implementing IOT project but I am confusing about the web server and cloud platform. May I know the use case and difference between them
Solution:Jump to solution
Hi @kingrom webserver is a server mostly used in embedded to host webpages. On the other hand, when you say Cloud platform then it's a digital infrastructure built on the top of a server. These terms sometimes are subjective. When and where to use them completely depends on the goal of your project.
4 Replies
Solution
Hi @kingrom webserver is a server mostly used in embedded to host webpages. On the other hand, when you say Cloud platform then it's a digital infrastructure built on the top of a server. These terms sometimes are subjective. When and where to use them completely depends on the goal of your project.
what is host webpages ?
hosting meaning store (a webpages or other data) on a server so that it can be accessed over the internet
i need to use JavaScript to create the host webpages ?