This document discusses Nashorn, Oracle's JavaScript engine for the Java Virtual Machine (JVM). Nashorn allows JavaScript code to run directly on the JVM. The presentation provides an overview of Nashorn and how it can be used for server-side JavaScript applications. It demonstrates how to invoke Nashorn from Java code and Java/JavaFX from JavaScript. It also covers Nashorn extensions for interacting with Java types and objects from JavaScript.