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

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -