Is it possible to make Node.js use Rhino as the Javascript engine?

前端 未结 4 2101
囚心锁ツ
囚心锁ツ 2021-02-13 05:03

I use Node.js for several jobs on my web apps and so far everthing\'s ok.

But the Node.js uses Google\'s V8 as the default Javascript engine (JSE) and V8 runs exlusively

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-13 05:41

    Project to port the V8 JavaScript engine originated at Google to the PowerPC architecture.

    https://github.com/ic/v8-powerpc

提交回复
热议问题