1 个仓库
Frameworks for executing user-provided code on remote servers while maintaining security and isolation.
Distinct from Remote Code Execution: Distinct from raw remote execution by focusing on the safe integration of compilers within a web application.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Safe Remote Code Execution. Refine with filters or upvote what's useful.
该项目是一个交互式编程教程平台和基于 Markdown 的课程引擎。它作为一个基于 Web 的教育系统,将 Markdown 文件转换为带有集成代码编写和运行界面的结构化教育页面。 该平台利用远程代码执行框架,通过与外部编译器和执行引擎集成,实时验证用户提交的代码片段。为了确保在不同托管平台上的交付一致性,整个学习环境以容器化部署的形式提供。 该系统涵盖了广泛的能力,包括带有 Wiki 风格链接的 Markdown 渲染、跨多种语言的交互式课程交付,以及用于捕获和返回执行输出的远程代码执行 API。
Integrates external compilers to safely run user-submitted code and return outputs within the web app.