Trireme runs Node.js scripts inside the JVM. This is important because there is a lot of software out there (including our own) that is built in Java and isn't going to get rewritten in JavaScript now or in the future. Trireme is specifically designed to be embeddable within any Java program. There is a lot of support inside Trireme for this specific case: Many Node.js scripts can run inside a sin

