基于 Docker 的代码片段执行平台:glot
jopen
9年前
glot 是可以可以在线运行各种编程语言代码片段的平台,包含如下组件:
-
glot-www - glot.io website
-
glot-snippets - snippets api
-
glot-run - code runner api
-
glot-code-runner - code runner tool
-
glot-containers - docker containers
项目采用 Haskell Script 开发,运行环境基于 Docker 容器进行。
结构图如下: