Git Product home page Git Product logo

cloud-run-code's Introduction

Cloud-Run-Code

在线运行代码 服务依赖docker环境

    go run main.go --port=端口号 --config=配置文件路径

手动其他添加语言

编辑docker_config.json文件 添加对应 key value 即可

{
  "docker_runner": {
    "go": {
      "ext": "go",
      "filename": "main.go",
      "image": "golang:1.18.0-alpine3.15",
      "cmd": "go run main.go"
    }  
  }  
}

docker_runner字段说明

字段名 说明
ext 文件后续
filename 容器中运行的文件名
image 镜像名
cmd 启动容器后运行的命令

接口说明

获取所有支持的语言列表

GET /languages

[
  "go",
  "python",
  "php",
  "java",
  "node"
]

POST /run?lang={lang}

  • 参数说明 lang : 为 languages 接口返回的列表
  • 请求体:具体代码
{
  "lang": "{lang}",
  "message": "execute success",
  "result": "hello world"
}

cloud-run-code's People

Contributors

thewindear avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.