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
- Host: GitHub
- URL: https://github.com/harukasan/gostarter
- Owner: harukasan
- Created: 2017-08-03T04:14:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T07:23:31.000Z (over 8 years ago)
- Last Synced: 2025-02-25T21:13:56.388Z (about 1 year ago)
- Topics: go, http
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gostarter
[](https://travis-ci.org/harukasan/gostarter)
[](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`.