I have a java console application, that prints out strings of information, using 3 or 4 methods to do so. e.g. listValues(), listValuesAsc()
Is it possible to create a NodeJS/Express server that can call my Java App and use the outputs from the methods as responses within the web-server