Skip to content

Commit

Permalink
Update README.md (#198)
Browse files Browse the repository at this point in the history
feat: added ; Package pongo2gin is a template renderer that can be used with the Gin web framework
  • Loading branch information
stnc authored Oct 1, 2020
1 parent 1c32036 commit 92ff0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Each author is responsible for maintaining their own code, although if you submi
+ [gin-helmet](https://github.com/danielkov/gin-helmet) - Collection of simple security middleware.
+ [gin-jwt-session](https://github.com/ScottHuangZL/gin-jwt-session) - middleware to provide JWT/Session/Flashes, easy to use while also provide options for adjust if necessary. Provide sample too.
+ [gin-template](https://github.com/foolin/gin-template) - Easy and simple to use html/template for gin framework.
+ [pongo2gin(https://github.com/stnc/pongo2gin) - Package pongo2gin is a template renderer that can be used with the Gin web framework [pongo2 like django templates]
+ [gin-redis-ip-limiter](https://github.com/Salvatore-Giordano/gin-redis-ip-limiter) - Request limiter based on ip address. It works with redis and with a sliding-window mechanism.
+ [gin-method-override](https://github.com/bu/gin-method-override) - Method override by POST form param `_method`, inspired by Ruby's same name rack
+ [gin-access-limit](https://github.com/bu/gin-access-limit) - An access-control middleware by specifying allowed source CIDR notations.
Expand Down

0 comments on commit 92ff0cd

Please sign in to comment.