why is javascript node.js not on google app engine

后端 未结 11 1719
离开以前
离开以前 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

    Node.js has recently enabled support for Google Cloud users. The main document pages are:

    • Node.js on Google Cloud Platform
    • Google Cloud Datastore — Google Developers

    It seems to require at the moment a Compute Engine instance.

提交回复
热议问题