mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Yet Another Mux, Configuration with Consul
parent
945d31c304
commit
f62e28fe11
@ -63,6 +63,7 @@ Table of Contents
|
||||
## Containers & Docker
|
||||
|
||||
* [Deploying a Go app to a minimal Docker container](http://www.giantflyingsaucer.com/blog/?p=5720) _2015-10-01_
|
||||
* [Fetching a remote configuration using Docker and Consul](http://www.giantflyingsaucer.com/blog/?p=5701) _2015-09-30_
|
||||
* [Joining the Docker Ship and Go](http://thenewstack.io/make-a-restful-json-api-go/) _2015-07-01_
|
||||
* [Building Minimal Docker Images for Go](http://blog.codeship.com/building-minimal-docker-containers-for-go-applications/) _2015-04-23_
|
||||
|
||||
|
@ -37,7 +37,7 @@ If you decide you need a bit more infrastructure, start by looking at some of th
|
||||
* [Go RESTful](https://github.com/emicklei/go-restful) - Toolkit for RESTful service APIs
|
||||
* [Kite Micro-service framework](https://github.com/koding/kite)
|
||||
* [Alice - Painless middleware chaining for Go](https://github.com/justinas/alice)
|
||||
* [YAM - Yet Another Middleware](https://github.com/thisissoon/yam)
|
||||
* [YAM - Yet Another Mux](https://github.com/thisissoon/yam)
|
||||
|
||||
### Frameworks
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user