From ed9199da22e094e03916b5bfa7f3119f1f457a02 Mon Sep 17 00:00:00 2001 From: Jason Buberel Date: Sat, 29 Aug 2015 17:42:46 -0700 Subject: [PATCH] Adding a few more toolkits --- LearnServerProgramming.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LearnServerProgramming.md b/LearnServerProgramming.md index bfbf6ac1..fdf211d8 100644 --- a/LearnServerProgramming.md +++ b/LearnServerProgramming.md @@ -31,6 +31,8 @@ If you decide you need a bit more infrastructure, start by looking at some of th * [Echo Framework - Fast and Unfancy](http://echo.labstack.com/) * [Goji Web Microframework](https://goji.io/) * [Go Craft Middleware](https://github.com/gocraft/web) +* [Go RESTful](https://github.com/emicklei/go-restful) - Toolkit for RESTful service APIs +* [Kite Micro-service framework](https://github.com/koding/kite) ### Frameworks