From c370e19a60b10b6de6dc94a4ff55a3c007229e19 Mon Sep 17 00:00:00 2001 From: Open Saucerer Date: Tue, 4 Jul 2023 11:36:10 +0100 Subject: [PATCH] docs: add barf to web frameworks section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 968f0748..5b06562d 100644 --- a/README.md +++ b/README.md @@ -2811,6 +2811,7 @@ _Full stack web frameworks._ - [appy](https://github.com/appist/appy) - An opinionated productive web framework that helps scaling business easier. - [Atreugo](https://github.com/savsgio/atreugo) - High performance and extensible micro web framework with zero memory allocations in hot paths. - [Banjo](https://github.com/nsheremet/banjo) - Very simple and fast web framework for Go. +- [Barf](https://github.com/opensaucerer/barf) - Basically, A Remarkable Framework for building JSON-based web APIs. It is entirely unobtrusive and re-invents no wheel. It is crafted such that getting started is easy and quick while being flexible enough for more complex use cases. - [Beego](https://github.com/beego/beego) - beego is an open-source, high-performance web framework for the Go programming language. - [Buffalo](https://gobuffalo.io) - Bringing the productivity of Rails to Go! - [Confetti Framework](https://confetti-framework.github.io/docs/) - Confetti is a Go web application framework with an expressive, elegant syntax. Confetti combines the elegance of Laravel and the simplicity of Go.