Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helixstudio/exec
Yet another code execution engine written in Rust.
https://github.com/helixstudio/exec
api code-execution code-execution-engine containers linux linux-kernel rust
Last synced: 3 months ago
JSON representation
Yet another code execution engine written in Rust.
- Host: GitHub
- URL: https://github.com/helixstudio/exec
- Owner: HelixStudio
- License: other
- Created: 2023-07-01T18:47:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T14:29:58.000Z (over 1 year ago)
- Last Synced: 2024-05-31T15:44:45.126Z (8 months ago)
- Topics: api, code-execution, code-execution-engine, containers, linux, linux-kernel, rust
- Language: Rust
- Homepage:
- Size: 44.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exec
Yet another _blazingly fast_ code execution engine written in Rust.
## Paths
- GET /api/v1/status
- GET /api/v1/runtimes
- POST /api/v1/execute
- POST /api/v1/testCheck 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:
```bash
docker run --privileged -p 8080:8080 stefanasandei/exec:0.2
```This is required by the `clone` syscall.
![benchmark](https://media.discordapp.net/attachments/1112091519269212351/1127951335459917955/image.png)
## Supported languages
- C
- C++
- Rust
- Haskell## License
Copyright 2023 Asandei Stefan-Alexandru. All rights reserved.