Skip to content

aneels3/ide-workers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDE Workers

Build Status

This repository contains the workers source in which the code is actually executed.

How does it work?

A Worker is a docker image which runs the code.

  • Each image contains a compile.sh file (if required) which compiles the source code.
  • Once the code is compiled (if required), run.sh executes the code or the executable binary.

Base Image

All worker images are built on top of Alpine Linux 3.10, except NodeJS 8 worker which is build on top of Alpine Linux 3.7.

Supported Languages

Presently, the workers support the following languages:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 87.6%
  • Dockerfile 8.8%
  • JavaScript 1.3%
  • Java 0.9%
  • C 0.6%
  • C 0.5%
  • Python 0.3%