Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/glotcode/glot
- Owner: glotcode
- Created: 2015-04-25T11:48:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T11:35:52.000Z (over 3 years ago)
- Last Synced: 2024-05-20T22:52:03.691Z (6 months ago)
- Homepage: https://glot.io/
- Size: 9.77 KB
- Stars: 1,583
- Watchers: 47
- Forks: 126
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-github-star - glot
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 │ │ │
│ │ └─────────────┘ │ │
│ └───────────────────┘ │
└─────────────────────────┘
```