Asynchronous polyglot programming with Java and JavaScript on GraalVM


In this blog post we focus on the combination of Java and JavaScript in the context of asynchronous applications. Both languages have built-in support for asynchronous execution, but subtle differences in the way non-blocking execution can be orchestrated make it challenging to write applications that combine the two languages.

More at https://medium.com/graalvm/asynchronous-polyglot-programming-in-graalvm-javascript-and-java-2c62eb02acf0