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

https://github.com/eaceto/gorever-poc

A go application always running, with auto-update and auto-restart
https://github.com/eaceto/gorever-poc

Last synced: 12 months ago
JSON representation

A go application always running, with auto-update and auto-restart

Awesome Lists containing this project

README

          

# gorever (Proof of Concept)

## Dependencies

go get gopkg.in/alecthomas/kingpin.v2 github.com/Sirupsen/logrus github.com/inconshreveable/go-update

## Steps to run

### Generate executable file

go build

### Start an http server at port 8078 which will serve the executable file

http-server -p 8078

### Execute gorever

./gorever-poc