Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kovee98/minions

An app to make web worker orchestration a thing.
https://github.com/kovee98/minions

Last synced: 21 days ago
JSON representation

An app to make web worker orchestration a thing.

Awesome Lists containing this project

README

        

# Minions [![Build Status](https://travis-ci.com/Kovee98/minions.svg?branch=develop)](https://travis-ci.com/Kovee98/minions)
> An app to make web worker orchestration a thing

## Getting Started
### Docker (recommended):
```
docker run -d -p 8080:80 --name minions kovee98/minions:latest
```

### Http Server
Minions is a Vue app so it can be unzipped (see [releases](https://github.com/Kovee98/minions/releases)) and served locally with your favorite http server.

## Contributing
PRs are not being accepted at this time!