functions-framework-nodejs icon indicating copy to clipboard operation
functions-framework-nodejs copied to clipboard

Is this the recommended way to utilize Node.js in GCP?

Open markusl opened this issue 2 months ago • 0 comments

Hi!

We are planning to use the Google Cloud Platform for our development and are evaluating possible toolsets that we could use.

However, after having a look at the project, I noticed that it seems to have weird references all over the place.

Some examples:

  • es2016 in https://github.com/GoogleCloudPlatform/functions-framework-nodejs/blob/main/docs/typescript.md
  • nodejs16 in https://github.com/GoogleCloudPlatform/functions-framework-nodejs/blob/main/docs/typescript.md
  • Node.js 10 runtime mentioned in the main README file

I'd like to understand if this project is the recommended one or if there is another way to build, test, and deploy Node.js functions in GCP.

Best regards, Markus

markusl avatar May 10 '24 08:05 markusl