|
|
|
|
|
by hansjorg
2104 days ago
|
|
It's been replaced by GraalVM JavaScript which has Node.js built in. Performance is supposedly on par or better than the V8 version of Node.js. There's also support for ECMAScript modules directly from Java (without Node.js). GraalVM offers interop between JavaScript, Python, Ruby, R, C/C++ and of course Java and other JVM languages. I think GraalVM has the potential to make the JVM something of a universal platform. I guess that was the goal with Nashorn as well, but now it seems much closer to fruition. |
|