shell - an ONLINE COMPILE app using NODE.JS? -
assume want online compile web app based on node.js that:
- user can upload code (cpp example)
- the server compile , , response result (succeed or not)
- user give input program (stdin)
- the server run program , response result (stdout)
so means
- interacting system, or shell;
- run programs on server, result;
which module(s) support these function?
is there example thing?
such tool exist.... codepad
hope did me while practicing c interviews :>
Comments
Post a Comment