why is javascript node.js not on google app engine

后端 未结 11 1723
离开以前
离开以前 2020-12-07 09:46

Google created the V8 JavaScript engine: V8 compiles JavaScript source code directly into machine code when it is first executed.

Node.js is built on V8 - why is Goo

11条回答
  •  一个人的身影
    2020-12-07 10:31

    Google has just announced support for Node.js on App Engine.

    enter image description here See: https://cloud.google.com/nodejs/

    Here's an example of how to deploy Node.js app on App Engine.

提交回复
热议问题