Features of Google App Engine
Major Features of Google App Engine in Cloud Computing
Some of the prominent Google App Engine features include:
1. Collection of Development Languages and Tools
The App Engine supports numerous programming languages for developers and offers the flexibility to import libraries and frameworks through docker containers. You can develop and test an app locally using the SDK containing tools for deploying apps. Every language has its SDK and runtime.
Some of the languages offered include — Python, PHP, .NET, Java, Ruby, C#, Go, Node.Js.
2. Fully Managed
Google allows you to add your web application code to the platform while managing the infrastructure for you. The engine ensures that your web apps are secure and running and saves them from malware and threats by enabling the firewall.
3. Pay-as-you-Go
The app engine works on a pay-as-you-go model, i.e., you only pay for what you use. The app engine automatically scales up resources when the application traffic picks up and vice-versa.
4. Effective Diagnostic Services
Cloud Monitoring and Cloud Logging that helps run app scans to identify bugs. The app reporting document helps developers fix bugs on an immediate basis.
5. Traffic Splitting
The app engine automatically routes the incoming traffic to different versions of the apps as a part of A/B testing. You can plan the consecutive increments based on what version of the app works best.
Comments
Post a Comment