Compile code in different languages from a web or mobile app. Send input code to the remote-compiler API, then the server compiles it, executes it and returns you the output (error / success).
node server.js
A client-side editor is given to test the communication between the server. It is possible to adjusts the API responses to adapt it to your use case. It is possible to realize an online coding platform, easily.
- C++
- C
- Java
- Python
- Objective C