livecode:在沙盒环境中以任何编程语言执行代码的服务 源码
[<>] LiveCode-直接从浏览器运行代码 LiveCode是在沙盒环境中以任何编程语言执行代码的服务。 它使用websockets进行双向通信,并可以通过支持键盘和鼠标来支持交互式应用程序。 设置 步骤1:克隆存储库 $ git clone https://github.com/fossunited/livecode $ cd livecode 第2步:安装Python依赖项。 您可能需要在virtualenv中执行此操作。 $ pip install -r requirements.txt 步骤3:启动实时代码服务器 $ uvicorn livecode_server.server:app INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ... 步骤4:访问位于的Webapp。
文件列表
livecode-main.zip
(预估有个11文件)
livecode-main
livecode_server
utils.py
177B
kernel.py
2KB
__init__.py
0B
server.py
2KB
templates
index.html
6KB
base.html
2KB
runtimes
暂无评论