Reputation: 707
I need to know how is the best way to solve the problem below:
I have an online editor, where the user write a js code to solve some problem, like a challenge. So, I need to get this code, and proccess it in a server, to check if the code was written correctly, comparing the results.
Do I need to call a js shell in server side or something like this?
Upvotes: 0
Views: 216