/remote-compiler

Compile code in different languages from a web app. Send input code to the API, then the server compile it, execute it and give you the output (error / success).

Primary LanguageJavaScript

remote-compiler

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).

Run the server

node server.js

Client demo

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.

Supports

  • C++
  • C
  • Java
  • Python
  • Objective C