Stay organized with collections
Save and categorize content based on your preferences.
App Engine offers you a choice between two Node.js language environments. Both
environments have the same code-centric developer workflow, scale quickly and
efficiently to handle increasing demand, and enable you to use Google’s proven
serving technology to build your web, mobile and IoT applications quickly and
with minimal operational overhead. While the two environments have a lot in
common, they differ in a few important ways.
Application can scale to 0 instances when there is no
traffic. Most cost-effective for applications that have significant periods
where they are not serving traffic.
You can run an App Engine application in two environments, the
standard environment and the flexible environment. See a summary
of differences between the two environments.
[[["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"]],[],[[["App Engine offers two Node.js environments: Standard and Flexible, both designed for web, mobile, and IoT applications."],["The Standard environment features a free tier and can scale down to zero instances, making it ideal for applications with periods of inactivity."],["The Flexible environment lacks a free tier but allows for runtime image customization and custom machine types, making it suitable for continuous traffic."],["Deployment time is faster in the Standard environment, while the Flexible environment allows for more customization options."],["Both environments are built on the Ubuntu OS, though only the flexible environment can have customized runtime images."]]],[]]