Skip to content

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

Notifications You must be signed in to change notification settings

TristanBilot/remote-compiler

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages