From 3e9d8bf60310253f6c16e3792394f4cc333e2685 Mon Sep 17 00:00:00 2001 From: Ashish Mohite Date: Wed, 12 Apr 2017 17:18:00 +0530 Subject: [PATCH] Add ponzu to list of web frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e010b956..7ca8e0db 100644 --- a/README.md +++ b/README.md @@ -1255,6 +1255,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [neo](https://github.com/ivpusic/neo) - Neo is minimal and fast Go Web Framework with extremely simple API. * [ozzo-routing](https://github.com/go-ozzo/ozzo-routing) - A high-performance HTTP router and Web framework supporting routes with regular expressions. Comes with full support for quickly building a RESTful API application. * [pat](https://github.com/bmizerany/pat) - Sinatra style pattern muxer for Go’s net/http library, by the author of Sinatra. +* [ponzu](https://github.com/ponzu-cms/ponzu) - Headless CMS with automatic JSON API. Featuring auto HTTPS, HTTP/2 Server Push, and flexible server framework written in Go. * [Resoursea](https://github.com/resoursea/api) - A REST framework for quickly writing resource based services. * [REST Layer](http://rest-layer.io) - A framework to build REST/GraphQL API on top of databases with mostly configuration over code. * [Revel](https://github.com/revel/revel) - A high-productivity web framework for the Go language.