Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glotcode/glot

Pastebin with runnable snippets and API
https://github.com/glotcode/glot

Last synced: 25 days ago
JSON representation

Pastebin with runnable snippets and API

Awesome Lists containing this project

README

        

# glot
an open source code playground.

### Components

| Name | Description
|:--------------------------------------------------------------|:----------------------------------------|
| [glot-app](https://github.com/glotcode/glot-app) | glot.io website |
| [glot-languages](https://github.com/glotcode/glot-languages) | Language definitions and docker images |
| [docker-run](https://github.com/glotcode/docker-run) | Code runner api |
| [code-runner](https://github.com/glotcode/code-runner) | Code runner |

### Overview
```
glot.io
┌──────────────────┐
│ glot-app │
└──────────────────┘



┌──────────────────┐
│ docker-run │
└──────────────────┘



┌─────────────────────────┐
│ docker │
│ ┌───────────────────┐ │
│ │ glot-images │ │
│ │ ┌─────────────┐ │ │
│ │ │ code-runner │ │ │
│ │ └─────────────┘ │ │
│ └───────────────────┘ │
└─────────────────────────┘
```