Skip to content

letmutx/code-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-executor

Code executor in Rust using docker

There are lot of bugs, I know. I will (hopefully) fix them someday. I did fix most and it is usable. Feel free to do whatever with it.

Steps to run

You might have to pull images required, see Dockerfile

  1. Install rust
  2. Install docker
  3. Do cargo run

You can use cURL. See sample json in resources/<lang>/*.json

$ curl -v 'https://localhost:3000/execute' --data @file

About

Code executor in Rust using docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages