I want to create an App, in which at backend I want to write code on node.js does google cloud platform supports node.js ?
I can see only Python,Java,PHP and GO are supported.
I want to create an App, in which at backend I want to write code on node.js does google cloud platform supports node.js ?
I can see only Python,Java,PHP and GO are supported.
Google appengine does not officially support node.js. However you can run node.js in a managed VM.
This quickstart project on github explains the basics.
Also
have some very useful information you should read.
There is however official support for node.js in combination with google cloud, but that is not appengine. See https://cloud.google.com/datastore/docs/getstarted/start_nodejs/ for more information about that