You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-35Lines changed: 3 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# rce-engine
1
+
# RCE Engine
2
2
3
-
**rce-engine**is a secure service for running untrusted code inside isolated Docker containers via a simple HTTP API. Execute code in 41 different programming languages with strong security guarantees.
3
+
RCE Engine is a secure service for running untrusted code inside isolated Docker containers via a simple HTTP API. See [supported languages](https://github.com/ToolKitHub/rce-runner)
4
4
5
5
[View full documentation](DOCUMENTATION.md)
6
6
@@ -51,45 +51,13 @@ Response:
51
51
}
52
52
```
53
53
54
-
## Supported Languages
55
-
56
-
rce-engine currently supports these 41 programming languages:
57
-
58
-
| Languages A-G | Languages G-N | Languages O-Z |
59
-
|---------------|---------------|---------------|
60
-
| Assembly | Go | OCaml |
61
-
| ATS | Groovy | Perl |
62
-
| Bash | Haskell | PHP |
63
-
| C | Idris | Python |
64
-
| C++ | Java | Raku |
65
-
| C# | JavaScript | Ruby |
66
-
| Clojure | Julia | Rust |
67
-
| COBOL | Kotlin | Scala |
68
-
| CoffeeScript | Lua | Swift |
69
-
| Crystal | Mercury | TypeScript |
70
-
| D | Nim ||
71
-
| Dart |||
72
-
| Elixir |||
73
-
| Elm |||
74
-
| Erlang |||
75
-
| F# |||
76
-
77
-
Don't see your language? [Open an issue](https://github.com/toolkithub/rce-engine/issues) and we'll consider adding it. New language support is continuously being added based on user demand.
0 commit comments