Yet Another Mux, Configuration with Consul

Jason Buberel 2015-10-03 08:56:13 -07:00
parent 945d31c304
commit f62e28fe11
2 changed files with 2 additions and 1 deletions

@ -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