not really known
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.
leonnicolas c84e98e389
main.go: log more to console
3 years ago
vendor initial commit 3 years ago
.gitignore initial commit 3 years ago
LICENSE initial commit 3 years ago
README.md initial commit 3 years ago
go.mod initial commit 3 years ago
go.sum initial commit 3 years ago
main.go main.go: log more to console 3 years ago

README.md

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.