why is javascript node.js not on google app engine

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

    Google is a software-conservative company. Programming a backend in JavaScript would be absolutely unimaginable for Google's managers. Creating infrastructure Google itself won't be using is not a good investment. Reference: Notes from the Mystery Machine Bus

提交回复
热议问题