Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khachikastoyan/rce
RCE stands for remote code execution engine
https://github.com/khachikastoyan/rce
Last synced: 14 days ago
JSON representation
RCE stands for remote code execution engine
- Host: GitHub
- URL: https://github.com/khachikastoyan/rce
- Owner: KhachikAstoyan
- Created: 2024-08-03T19:07:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T17:29:07.000Z (4 months ago)
- Last Synced: 2024-11-30T02:13:59.636Z (2 months ago)
- Language: TypeScript
- Size: 702 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What's this
This is a small remote code execution engine I started working on in the beginning of 2024, which evolved from simply being a coding sandbox to a platform that will allow users to solve algorithmic problems (like Leetcode)
- [ ] Improve error handling of the executor
- [ ] Isolate the stout and stderr of each test case (idk how)