I am creating an application where the student enters the code in the front- end(Angular).The code will be sent to back-end(NODE) for compilation and run. I know about HACKER-EARTH API which can be used to get the compilation and output results through API calls. I want to make this application available offline (INTRANET not INTERNET).Is there any possible way so that my application can communicate with the compilers (JAVA,PYTHON,C) installed on the system to compile the given code and return the results?
Any resources/Links would be very helpful.
Please help! Thanks in advance!