Polymer / pwa-starter-kit

Starter templates for building full-featured Progressive Web Apps from web components.
https://pwa-starter-kit.polymer-project.org
2.36k stars 431 forks source link

Make App Engine Node.js Standard Environment the default #322

Closed mdempsky closed 5 years ago

mdempsky commented 5 years ago

According to the App Engine Node.js Standard Environment release notes, the Node.js 8 runtime was released as GA on Dec 12, 2018. Is there any reason to still prefer the Flexible Environment by default?

https://cloud.google.com/appengine/docs/the-appengine-environments compares the two. The key feature that seems appealing about Standard Environment for a starter kit is that it supports scaling to zero, so apps with no traffic shouldn't cost anything.

Even if the default remains Flexible, at least the "(Beta)" marker should be dropped from the Polymer documentation.

mdempsky commented 5 years ago

Notably prpl-server only documents how to use the Standard Environment:

mdempsky commented 5 years ago

Thanks! The documentation should probably be updated to reflect the changed default: https://pwa-starter-kit.polymer-project.org/building-and-deploying/#app-engine

frankiefu commented 5 years ago

@mdempsky Oh yeah, thanks for the reminder.