Software Alternatives & Reviews

Google App Engine

A powerful platform to build web and mobile apps that scale automatically. subtitle

Google App Engine Reviews and details

Screenshots and images

  • Google App Engine Landing page
    Landing page //
    2023-10-17

Badges

Promote Google App Engine. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Get to know Google App Engine

Developing apps that scale automatically with Google App Engine

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Google App Engine and what they use it for.
  • CQL Trace Viewer: Visualizing CQL Traces with Dash
    To deploy the app, we can use Google Cloud App Engine, which is specifically built for server-side rendered websites. After we create a new project in the Google Cloud Console, we have to configure the cql-trace-viewer application. - Source: dev.to / 11 months ago
  • Which service to host a Discord bot?
    I've read that article, but I'm thinking there are other better (and most importantly cheaper) ways of doing that, such as using App Engine (given that you have to mitigate the maximum request timeout and to make sure there are constantly exactly 1 instance running). Source: 11 months ago
  • Using NextJs for front-end only?
    Shout out to GCP App Engine for deploying anode/Express severe. Source: 11 months ago
  • What will Komi's resume look like?
    If your project is a bit more complicated using next.js or react.js or angular.js, you may find some free Platfrom-as-a-Service%20is%20a%20complete%20cloud%20environment,middleware%2C%20tools%2C%20and%20more.). I have seen some of my peers using free PaaS like Heroku, Vercel and I have no experience in using PaaS but I will recommend you to use PaaS from either of the three 1. Google Cloud's Google App Engine 2.... Source: about 1 year ago
  • JDK 20 and JDK 21: What We Know So Far
    UNIX is irrelevant on the cloud, unless one is stuck deploying legacy workloads on VMs, this is what we use in modern applications not stuck in the past. https://aws.amazon.com/eks/ https://azure.microsoft.com/en-us/products/kubernetes-service https://cloud.google.com/kubernetes-engine/ https://cloud.google.com/appengine https://azure.microsoft.com/en-us/products/app-service https://aws.amazon.com/lambda/... - Source: Hacker News / about 1 year ago
  • Deploy to Google AppEngine with GitHubActions
    This action deploys your source code to App Engine and makes the URL Available to later build steps via outputs. This allows you to parameterize your App Engine deployments. - Source: dev.to / about 1 year ago
  • Picking the Right Backend for your AI Project
    PAAS is an infrastructure comprised of storage, servers, development tools, and networks that support the entire application life cycle from development to testing, deployment, and updating. As with IAAS, you can pay for only the resources you need as you continue to use the platform. Google App Engine is a PAAS suitable for AI projects. - Source: dev.to / about 1 year ago
  • New to Data Engineering. What tools & skills are necessary to migrate a complex model (built in Excel) to the cloud?
    Since your excel contains "business logic" you need to first (re)design and (re)implement this in a programming language like Python (or any other language that has web API framework would do) that will expose the data (calculations) as API. The API can be used by Node.js/React without any problem. As far as the database is concerned you have a lot of choices - depending on the type of data you can just start... Source: about 1 year ago
  • Hosting your app for production – an overview
    PaaS services go even one step further and often offer direct GitHub, GitLab, or Bitbucket integrations to get an automated code deployment process. Take a look at AWS Elastic Beanstalk, Heroku, Google Cloud App Engine, and DigitalOcean App Platform. - Source: dev.to / over 1 year ago
  • Where To Host Your Applications/Websites For Free🤑
    Google App Engine is a cloud computing platform as a service for developing and hosting web applications in Google-managed data centres. Applications are sandboxed and run across multiple servers. - Source: dev.to / over 1 year ago
  • Top 6 Heroku alternatives
    Google App Engine provides a fully managed and serverless platform for web applications and products. You can deploy your app with Google App Engine in minutes with simple commands. Once your code has been set up, you can deploy from a terminal using $ gcloud app deploy. After deployment, Google App Engine will automatically upload code files and run the code in Google Cloud Platform. - Source: dev.to / over 1 year ago
  • How to deploy React application to Google Cloud (App Engine)?
    You might have created several react applications in a local machine and accessed them by running npm start. Have you ever wondered how to deploy it and host it somewhere? In this article, we will see how to deploy a react app created using create react app to Google Cloud App Engine. - Source: dev.to / over 1 year ago
  • Suitable Hosting for Bootstrappers?
    Hosting on Google App Engine (with a custom engine config that keeps a single dynamic instance to minimize cpu hours per month). Great for low-user prototyping as it's dormant most of the time, but wakes up much faster than Heroku's equivalent (you can't even tell it went to sleep). Easy to scale up. Source: over 1 year ago
  • New text-to-image network from Google beats DALL-E
    Appspot.com is the domain that hosts all App Engine apps (at least those that don't use a custom domain). It's like gmail.com host main, and appspot.com hosts apps. It's kind of like Heroku and has been around for at least a decade. https://cloud.google.com/appengine. - Source: Hacker News / almost 2 years ago
  • Serverless apps in GCP
    In addition to Cloud Run (suggested by others), you should also take a look at Google App Engine (Standard & Flex environments). This document talks about when to choose standard over flex or vice versa. Source: about 2 years ago
  • Help! Difference between native and datastore
    Datastore mode had its start in App Engine's early days (launched in 2008), where its Datastore was the original scalable NoSQL database provided for all App Engine apps. In 2013, Datastore was made available all developers outside of App Engine, and "re-launched" as Cloud Datastore. In 2014, Google acquired Firebase for its RTDB (real-time database). Both teams worked together for the next 4 years, and in 2017,... Source: about 2 years ago
  • Where should I host my node project?
    If you have a UI, I would recommend Google App Engine for the node.js App. It's serverless like Cloud Run. If you use Google App Engine Standard, the instance will go down when there is no traffic which means you have the same advantages as in Cloud Run. You'll have to execute your task using Google Cloud Task but for jobs hosted on Google App Engine, your process cannot run for more than 10 minutes if you're... Source: about 2 years ago
  • State of the Web: Serverless Functions
    Google created the first serverless model in their Google App Engine product, which offered auto-scaling stateless code execution. App Engine was different from most more recent serverless function providers, but it was the first product to try this idea. However, while it was used by companies like Snapchat, it did not catch on with the overall developer community. - Source: dev.to / over 2 years ago
  • What do you think Django miss?
    I am not sure what you mean by "which serverless service in google app engine" but I am just using it to run my Django app. I think the Google App Engine is serverless though. It does say "fully managed serverless platform" on the official page. Source: over 2 years ago
  • The Easiest way to deploy services on AWS using App Runner
    Notes: AWS APP Runner is an easy to use service. You can get started with it without any prior AWS knowledge. It can help you deploy your services (dockerized, nodejs or python) easily. Not exactly, but it can be considered as a toned down version of AWS Elastic Beanstalk or Google's App Engine. - Source: dev.to / over 2 years ago
  • Request routing for horizontally scaled services
    Cloud computing also introduced other ways to think about service development, via platform-as-a-service (PaaS) or function-as-a-service (FaaS) offerings, e.g. Google App Engine, AWS Elastic Beanstalk, AWS Lambda, Azure Functions, and many others. With PaaS/FaaS systems, the compute infrastructure running your service ceases to be your concern, allowing you to focus on the higher level semantics of your service.... - Source: dev.to / over 2 years ago

External sources with reviews and comparisons of Google App Engine

Top 5 Alternatives to Heroku
Google App Engine is fast, easy, but not that very cheap. The pricing is reasonable, and it comes with a free tier, which is great for small projects that are right for beginner developers who want to quickly set up their apps. It can also auto scale, create new instances as needed and automatically handle high availability. App Engine gets a positive rating for performance from users from developer communities....
AppScale - The Google App Engine Alternative
AppScale is open source Google App Engine and allows you to run your GAE applications on any infrastructure, anywhere that makes sense for your business. AppScale eliminates lock-in and makes your GAE application portable. This way you can choose which public or private cloud platform is the best fit for your business requirements. Because we are literally the GAE alternative, it is an easy migration from Google...

Do you know an article comparing Google App Engine to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Google App Engine discussion

Log in or Post with

This is an informative page about Google App Engine. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.