GraalVM promises seamless interoperability between multiple languages, all running on the JVM. It makes it trivial to call code implemented in JVM languages from Node.js. However, given Node’s event loop model, blocking it is not a viable option. In this talk Laurynas looks into how we can use blocking JVM libraries in Node.js as well as call back from JVM libraries into Node.js
Laurynas Lubys is a curious software developer interested in how things work and how to make them work right.