From de59c31b0ab8aa3f3a1ff2c054a8e1a5741711c9 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Sun, 3 May 2015 17:16:54 -0600 Subject: [PATCH] Add caddy, a web server At request of mholt/caddy#45 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d622990e..3468d4ca 100644 --- a/README.md +++ b/README.md @@ -534,6 +534,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno ## Server Applications * [algernon](https://github.com/xyproto/algernon) - HTTP/2 web server with built-in support for Lua, Markdown, GCSS and Amber. +* [Caddy](https://github.com/mholt/caddy) - Caddy is an alternative, HTTP/2 web server that's easy to configure and use. * [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery. * [nsq](http://nsq.io/) - A realtime distributed messaging platform