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

https://github.com/harukasan/gostarter

utility library using start_server with Go
https://github.com/harukasan/gostarter

go http

Last synced: 16 days ago
JSON representation

utility library using start_server with Go

Awesome Lists containing this project

README

          

# gostarter

[![Build Status](https://travis-ci.org/harukasan/gostarter.svg)](https://travis-ci.org/harukasan/gostarter)
[![GoDoc](https://godoc.org/github.com/harukasan/gostarter?status.svg)](https://godoc.org/github.com/harukasan/gostarter)

`gostarter` is a utility to implement hot-deploying server using
[start_server](http://search.cpan.org/~kazuho/Server-Starter-0.11/start_server).

It include:

- monitoring worker using HTTP health or custom monitor
- generating single file `start_server` using [gen_start_server.sh](./gen_start_server.sh)

To see full feature: run `go run example/http/main.go -mode=master`.