From c6cde085d461b0d827b741843512bf692f229d2c Mon Sep 17 00:00:00 2001 From: Marcus Kohlberg <78424526+marcuskohlberg@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:20:19 +0100 Subject: [PATCH] Update README.md - Add Encore Encore builds upon the HttpRouter package, add it to the list of frameworks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63b6eb8f..0c1d5bd4 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ If the HttpRouter is a bit too minimalistic for you, you might try one of the fo * [Ace](https://github.com/plimble/ace): Blazing fast Go Web Framework * [api2go](https://github.com/manyminds/api2go): A JSON API Implementation for Go +* [Encore](https://github.com/encoredev/encore): Distributed systems framework for Go with infrastructure automation * [Gin](https://github.com/gin-gonic/gin): Features a martini-like API with much better performance * [Goat](https://github.com/bahlo/goat): A minimalistic REST API server in Go * [goMiddlewareChain](https://github.com/TobiEiss/goMiddlewareChain): An express.js-like-middleware-chain