I want to use methods contained in my .jar file in node.js. Until now I just wanted to execute this .jar, so I did it with child_process.
I found this thread : Calling a java method in Node js with a detailed answer but I'm not quite sure what to chose. Are there more options 3 years later ?
What should I pick I'm kinda lost ?