Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 728 Bytes

File metadata and controls

24 lines (16 loc) · 728 Bytes

Remote Code Execution Engine

An implementation of online compilers made using Node.JS and Docker. The project can compile C and C++ code snippets, and can be extended to basically any language required in future.

The idea is to execute the code, in an safe and sandboxed manner using docker and avoid security breaches in the server

Tech Stack

  • Node.js
  • Express
  • Docker
  • React.JS

How to run

  • Clone the repo
  • Install the dependencies by running npm install
  • Note it is important to check if docker daemon is running in the background

Liked the project and willing to contribute?

  • Do star the repo
  • Fork the repo and make PRs so that we can work together in improving the project

Happy coding!