You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

580 B

http-exec

Start remote command via http request.

How it works

This is only a wrapper for some command, that can be started via an http request. It can only run one concurrent job.

Usage

Install

Go get it with:

go get github.com/parallel-programming-hwr/http-exec

Run

Start http server with:

./http-exec --command <command> --args="<arg1,arg2,...>"

This will start a server and listen to port 8080.

API

/start

Start executing command and write stdout back.

/

Write status of worker. Either running or ready.