Yet another blazingly fast code execution engine written in Rust.
- GET /api/v1/status
 - GET /api/v1/runtimes
 - POST /api/v1/execute
 - POST /api/v1/test
 
Check the models.rs file for request & response models.
To run code within a container for each request, the server must be started using the --privileged argument, like this:
docker run --privileged -p 8080:8080 stefanasandei/exec:0.2This is required by the clone syscall.
- C
 - C++
 - Rust
 - Haskell
 
Copyright 2023 Asandei Stefan-Alexandru. All rights reserved.
