Skip to content

Arav1nd2/Remote-Code-Execution-Engine

Repository files navigation

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!

About

A remote code execution engine using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published