From d0059eb3a4a4178d54bcf2807c186196709fad00 Mon Sep 17 00:00:00 2001 From: Ahmed Mohamed Date: Sat, 22 Apr 2023 06:27:11 +0200 Subject: [PATCH] add Pulse web framework (#4846) * add pulse web framework * change description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f02d78c..b7182e6d 100644 --- a/README.md +++ b/README.md @@ -2817,6 +2817,7 @@ _Full stack web frameworks._ - [Microservice](https://github.com/claygod/microservice) - The framework for the creation of microservices, written in Golang. - [neo](https://github.com/ivpusic/neo) - Neo is minimal and fast Go Web Framework with extremely simple API. - [patron](https://github.com/beatlabs/patron) - Patron is a microservice framework following best cloud practices with a focus on productivity. +- [Pulse](https://github.com/gopulse/pulse) - Pulse is an HTTP web framework written in Go (Golang) - [Resoursea](https://github.com/resoursea/api) - REST framework for quickly writing resource based services. - [REST Layer](https://rest-layer.io) - Framework to build REST/GraphQL API on top of databases with mostly configuration over code. - [Revel](https://github.com/revel/revel) - High-productivity web framework for the Go language.