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.
            Asked
            
        
        
            Active
            
        
            Viewed 3,058 times
        
    3
            
            
        
        Saf
        
- 125
 - 2
 - 10
 
4 Answers
2
            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.
        Saf
        
- 125
 - 2
 - 10
 
- 
                    1The link given in the answer is outdated please check https://www.hackerearth.com/docs/wiki/developers/v4/ – Nanthakumar J J Jan 26 '22 at 15:07
 
1
            
            
        I have used https://rextester.com/main Its free and almost every language available
Edit : its paid now. Its seems to be author didn't get much donation.
        Vishal Nagvadiya
        
- 1,178
 - 12
 - 15
 
0
            
            
        have you tried JDoodle Compiler API - https://www.jdoodle.com/compiler-api/
        user2585476
        
- 11
 - 2
 
- 
                    Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jun 22 '22 at 03:58
 
0
            
            
        If you want to a free compiler API (as of march 2023), check out this compiler: https://github.com/Jaagrav/CodeX-API
There are not so many languages supported, but the more popular ones are there. Also, the API is not the fastest, but does the job pretty well.
- 
                    Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Mar 17 '23 at 13:11