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

前端 未结 4 2088
囚心锁ツ
囚心锁ツ 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:34

    There is an implementation of Node.js on Rhino called Rhinodo by MuleSoft.

    But you no longer have to use Rhino as a backend for Node.js - there is a recent port of Node.js and V8 for PowerPC by Andrew Low (IBM).

提交回复
热议问题