Stay organized with collections
Save and categorize content based on your preferences.
This guide helps you get started with App Engine and become familiar with
deploying and managing an app. The tasks on this page walk you through the
basics of App Engine, guiding you through the development process.
Each task includes steps that build up to a simple web app
that allows users to submit messages to the server. After you build
your app, you can use the other tutorials to learn how to integrate with other
Google Cloud services and add more features to your app.
This guide is intended for developers who are familiar with basic web
development with Node.js.
Costs
Running this sample app alone does not exceed the free quotas
Getting started
Learn how to build a simple web app and deploy it on App Engine:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This guide is designed to help developers familiar with Node.js web development get started with App Engine, including how to deploy and manage an application."],["The tutorial will walk you through creating a simple web app on App Engine, allowing users to submit messages to the server, and the process involves creating a project, writing a Node.js web service, and deploying it."],["You'll learn how to update your deployed service with new features, such as adding a form for user message submission, and how to monitor the service by viewing its logs."],["While the guide focuses on App Engine, new Node.js web service deployments to Google Cloud are recommended to start with Cloud Run instead."],["The sample app should not exceed the free quotas."]]],[]]