From 88bc5174d6657402f761ee797a7ceac555b65b3f Mon Sep 17 00:00:00 2001 From: Patrick D Date: Thu, 3 Dec 2015 12:37:49 +0100 Subject: [PATCH] add devd - a local webserver for developers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59130219..340be57e 100644 --- a/README.md +++ b/README.md @@ -682,6 +682,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. +* [devd](https://github.com/cortesi/devd) - A local webserver for developers * [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 * [yakvs](https://github.com/sci4me/yakvs) - A small, networked, in-memory key-value store.