README
This commit is contained in:
parent
e81fa28062
commit
6c5c3cbbb0
1 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@ It supports several backends (Docker, Mesos/Marathon, Consul, Etcd, Rest API, fi
|
|||
|
||||
## Plumbing
|
||||
|
||||
* [Oxy](github.com/mailgun/oxy/): an awsome proxy librarymade by Mailgun guys
|
||||
* [Gorilla mux](github.com/gorilla/mux): famous request router
|
||||
* [Negroni](github.com/codegangsta/negroni): web middlewares made simple
|
||||
* [Graceful](github.com/tylerb/graceful): graceful shutdown of http.Handler servers
|
||||
* [Oxy](https://github.com/mailgun/oxy/): an awsome proxy librarymade by Mailgun guys
|
||||
* [Gorilla mux](https://github.com/gorilla/mux): famous request router
|
||||
* [Negroni](https://github.com/codegangsta/negroni): web middlewares made simple
|
||||
* [Graceful](https://github.com/tylerb/graceful): graceful shutdown of http.Handler servers
|
||||
|
||||
## Quick start
|
||||
|
||||
|
|
Loading…
Reference in a new issue