Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Questa guida ti aiuta a iniziare a utilizzare App Engine e a familiarizzare con il deployment e la gestione di un'app. Le attività in questa pagina illustrano le nozioni di base di App Engine e ti guidano nella procedura di sviluppo.
Ogni attività include i passaggi che generano una semplice app web che consente agli utenti di inviare messaggi al server. Dopo aver creato
la tua app, puoi utilizzare gli altri tutorial per scoprire come eseguire l'integrazione con altri
Google Cloud servizi e aggiungere altre funzionalità alla tua app.
Questa guida è rivolta agli sviluppatori che hanno familiarità con lo sviluppo web di base con Node.js.
Costi
L'esecuzione di questa app di esempio da sola non supera le quote gratuite
Per iniziare
Scopri come creare una semplice app web ed eseguirne il deployment su App Engine:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-04 UTC."],[[["\u003cp\u003eThis 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.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eYou'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.\u003c/p\u003e\n"],["\u003cp\u003eWhile the guide focuses on App Engine, new Node.js web service deployments to Google Cloud are recommended to start with Cloud Run instead.\u003c/p\u003e\n"],["\u003cp\u003eThe sample app should not exceed the free quotas.\u003c/p\u003e\n"]]],[],null,["# Build a Node.js app on App Engine\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\n| **Note:** If you are deploying a new Node.js web service to Google Cloud, we recommend getting started with [Cloud Run](/run/docs/quickstarts/build-and-deploy/deploy-nodejs-service).\n\nThis guide helps you get started with App Engine and become familiar with\ndeploying and managing an app. The tasks on this page walk you through the\nbasics of App Engine, guiding you through the development process.\nEach task includes steps that build up to a simple web app\nthat allows users to submit messages to the server. After you build\nyour app, you can use the other tutorials to learn how to integrate with other\nGoogle Cloud services and add more features to your app.\n\nThis guide is intended for developers who are familiar with basic web\ndevelopment with Node.js.\n\nCosts\n-----\n\nRunning this sample app alone does not exceed the free quotas\n| **Note:** You can't delete the default app.\n\nGetting started\n---------------\n\nLearn how to build a simple web app and deploy it on App Engine:\n\n1. **[Create a Google Cloud project](/appengine/docs/standard/nodejs/building-app/creating-project)**\n\n Learn how to create a Google Cloud project to hold your App Engine app's\n resources.\n2. **[Write a web service with Node.js](/appengine/docs/standard/nodejs/building-app/writing-web-service)**\n\n Learn how to write a web server and declare runtime settings.\n3. **[Deploy your service on App Engine](/appengine/docs/standard/nodejs/building-app/deploying-web-service)**\n\n Learn how to deploy your Node.js code on App Engine and view your\n live web service.\n4. **[Update your service](/appengine/docs/standard/nodejs/building-app/updating-web-service)**\n\n Learn how to code and push an update to your service by adding an HTML form\n for users to submit messages.\n5. **[View your service's logs](/appengine/docs/standard/nodejs/building-app/viewing-service-logs)**\n\n Learn where to find your service's logs so you can debug or monitor its\n performance."]]