why is javascript node.js not on google app engine

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

    Google announced on March, 21st 2016 that Node.js on Google App Engine was going beta: https://cloudplatform.googleblog.com/2016/03/Node.js-on-Google-App-Engine-goes-beta.html?m=1

    This was expected as Google also joined the Node.js Foundation and Google develops the V8 JavaScript engine which powers Chrome and Node.js: https://nodejs.org/en/blog/announcements/welcome-google/

    Google announced a partnership with NodeSource at the same time.

提交回复
热议问题