- Building Hybrid Clouds with Azure Stack
- Markus Klein Susan Roesner
- 210字
- 2021-07-02 19:36:07
Born-in-the-cloud web apps
In the past, there was an additional offering called Website as a Service, which provided websites and web services running on an IIS stack on cloud technology. Today, this feature is called web apps or even born-in-the-cloud apps. So what is this? Is it only a name change or a complete technology change? As you already know, the most common answer as a consultant is "it depends," and so it is here too. If you are only running a website (for example, on IIS using a CMS such as Joomla or WordPress), it is nearly only a name change from your point of view. But from the technology point of view, a web app is a service that is being provided using Azure Stack technology as a PaaS solution, but underneath, it is nothing more than one or even more VMs that are being managed by Azure Stack. And so what is a cloud-born app? It's a web app that doesn't use technology called client/server. It is a web app running on whatever device (workstation, notebook, tablet, or even mobile device) is connecting to an underlying web service (running on cloud technology or even in the cloud) that in general stores all data to a SQL database.
- 計算思維與算法入門
- Mastering Natural Language Processing with Python
- Python深度學習
- NumPy Essentials
- Apache Karaf Cookbook
- SharePoint Development with the SharePoint Framework
- Learning Salesforce Einstein
- Learning Probabilistic Graphical Models in R
- Learning Continuous Integration with TeamCity
- Application Development with Parse using iOS SDK
- Software-Defined Networking with OpenFlow(Second Edition)
- 軟件測試(慕課版)
- Learning Shiny
- Google Maps JavaScript API Cookbook
- Java網絡編程實用精解