Hacker News new | ask | show | jobs
by marcusarmstrong 2318 days ago
150% vs Nashorn is an important caveat here. At {employer} we started our SSRing via Nashorn and later moved to a separately deployed Node service for performance reasons... and saw a 4x drop in time per request for rendering tasks.
1 comments

Nashorn is deprecated though, and GraalVM is its intended replacement. So why even evaluate Nashorn for new projects?