Intro

Thanks to GraalVM we can now execute any JS script from within Java.

Javascript renderer takes advantage of that and enables you to generate HTML in Javascript using your favourite templating engine including but not limited to React.

Features:

  • Retrieving source code from classpath or an external server

  • Graal JS multithreading

  • Source code caching and reloading

  • Rapid development with webpack-dev-server

  • Spring Boot integration