I want to try and build something like codeacedemy. Where a client can write code in diffrent languages (Java, Phython ...) for a given question on a website and run tests against there answer when you submit the code.
My guess would be that the code has to be validated in the backend. Im useing node.js. So how would you validate the code for example java with Junit in a node.js and then send back a response to the client.