web-deploymentonline-compilation

Is there any online compiler API such that if I input the source code, it would return the results (or any errors) upon compilation?


I am building an online code storage platform for competitive programmers and need the code be executable on site. So I would require some online compilers which if provided with source code may return the results.
N.B: The compiler IDE itself need not be visible, I just want the results.


Solution

  • I got the answers. HackerEarth provides such facilities. Try out the following links - HackerEarth V3

    And if theres anyone working on Node.js, explore this HackerEarth - Node.js Thanks anyone who tried to help.