Friday, December 1, 2023

Cloud Platform vs Framework

Cloud Platform vs Framework

Frameworks are software that provide a set of tools and libraries that help developers build applications.

Cloud platforms, on the other hand, are infrastructure that provides the resources and services that applications need to run in the cloud.

Cloud platforms

  • Cloud platforms provide a wide range of services that can be used to build and run applications in the cloud.
  • Cloud platforms are typically offered by large technology companies, such as Amazon, Google, and Microsoft.
  • Cloud platforms are typically pay-as-you-go, which means that you only pay for the resources that you use.

Frameworks

  • Frameworks provide a set of tools and libraries that can be used to build applications.
  • Frameworks are typically open-source, which means that they are freely available to use and modify.
  • Frameworks can be used to build applications for a variety of platforms, including cloud platforms.

FeatureCloud platformsFrameworks
PurposeProvide the infrastructure and services that applications need to run in the cloudProvide a set of tools and libraries that help developers build applications
ComponentsCompute, storage, networking, databases, and other servicesTools and libraries for common development tasks, such as service discovery, load balancing, and distributed tracing
FocusRunning applicationsBuilding applications
ExamplesAWS, GCP, AzureSpring Boot Cloud, Hibernate, React

No comments:

Post a Comment

LeetCode C++ Cheat Sheet June

🎯 Core Patterns & Representative Questions 1. Arrays & Hashing Two Sum – hash map → O(n) Contains Duplicate , Product of A...