Nashorn JavaScript engine
Kamal Mustafa

Kamal Mustafa @k4ml

About: Python/Django Developer at Kafkai.com, AI Writer for Generating Content, Built Exclusively for SEOs and Marketers.

Location:
Malaysia
Joined:
Aug 9, 2017

Nashorn JavaScript engine

Publish Date: Dec 26 '18
3 1

Few days ago, while looking at this SIP server, I noticed it being executed using something called Nashorn, instead of the more popular JavaScript runtime nodejs.

So Nashorn is JS engine in Java, and a successor to the Mozilla Rhino. Bad news is that it already deprecated in latest Java, without no alternative offered.

Routr developer when asked on his plan following Nashorn deprecation from Java, said he considering 2 choices:-

  1. GraalVM takes of and becomes a viable replacement for Nashorn. In which case I will be more than happy to port the project.
  2. Nashorn die without a viable substitute. In which case I will have no option but to re-write the project in Java.

Comments 1 total

Add comment