Fastest Java Javascript Engine

I am currently using the javax.script package to interpret and execute Javascript code on the fly. By the way, this is the same engine used by the Mozilla Rhino JS interpreter.

Question: Is there a Java Javascript Engine that is faster than Rhino?

+3
source share
3 answers

I have not heard of any alternatives to Rhino. According to this list: http://en.wikipedia.org/wiki/List_of_ECMAScript_engines , Rhino is the only Java JavaScript interpreter.

+5
source

Java 8 Oracle Nashorn, JavaScript, Java. , , Rhino, , JavaScript Java .

. Oracle @DZone:

JDK, .

+8

javax.script ( ), Mozilla Rhino, . Rhino ?

, , , node.js .

+3

Source: https://habr.com/ru/post/1776113/


All Articles